mirror of
https://github.com/glest/glest-source.git
synced 2025-03-19 22:59:39 +01:00
Fixed warning
This commit is contained in:
parent
52db64d005
commit
5d3cd95a78
@ -794,7 +794,7 @@ namespace Shared {
|
||||
|
||||
string trimAllExceptNumbersAndPeriods(string str) {
|
||||
char current;
|
||||
int startIndex, endIndex;
|
||||
size_t startIndex, endIndex;
|
||||
for (startIndex = 0; startIndex < str.length(); startIndex++) {
|
||||
current = str[startIndex];
|
||||
if ((current >= '0' && current <= '9') || current == '.')
|
||||
|
Loading…
x
Reference in New Issue
Block a user