fix: $
This commit is contained in:
parent
2d1c5ee458
commit
1f1a11f886
@ -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]]))
|
||||
|
Loading…
Reference in New Issue
Block a user