Compare commits
2 Commits
1b7bb91cf1
...
1f1a11f886
Author | SHA1 | Date | |
---|---|---|---|
1f1a11f886 | |||
2d1c5ee458 |
Submodule lib/IronGolem updated: f05f3945fe...e417a01f9a
@ -45,9 +45,9 @@ get_number(data, str)
|
||||
if ([[str]] == '$')
|
||||
{
|
||||
if (start == 0 - 1)
|
||||
start = data + LOCATION_LENGTH;
|
||||
start = [data + LOCATION_LENGTH] - 1;
|
||||
else
|
||||
stop = data + LOCATION_LENGTH;
|
||||
stop = [data + LOCATION_LENGTH] - 1;
|
||||
[str] = [str] + 1;
|
||||
}
|
||||
else if (isdigit([[str]]))
|
||||
|
Reference in New Issue
Block a user