diff options
| author | Stijn Buys <ingar@osirion.org> | 2009-11-12 20:53:35 +0000 | 
|---|---|---|
| committer | Stijn Buys <ingar@osirion.org> | 2009-11-12 20:53:35 +0000 | 
| commit | 5ddb64795cc959916eeedbec8dc3f65c06f49698 (patch) | |
| tree | ee7231607b0bf49528570e5d3badcdedcb33f54e /src/auxiliary | |
| parent | 3605a7bd8fffebfba38d31025b6f33cb82626a3b (diff) | |
initial commodities and entity inventory, bump network proto version to 18
Diffstat (limited to 'src/auxiliary')
| -rw-r--r-- | src/auxiliary/functions.cc | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/src/auxiliary/functions.cc b/src/auxiliary/functions.cc index 5dbc012..668c108 100644 --- a/src/auxiliary/functions.cc +++ b/src/auxiliary/functions.cc @@ -159,6 +159,8 @@ void to_label(std::string &text)  			pos++;  		} else if ((text[pos] >= '0') && (text[pos] <= '9')) {  			pos++; +		} else if (text[pos] == '/') { +			pos++;  		} else {  			text.erase(pos, 1);  		} | 
