Compare commits
2 Commits
1b7bb91cf1
...
1f1a11f886
Author | SHA1 | Date | |
---|---|---|---|
1f1a11f886 | |||
2d1c5ee458 |
@ -1 +1 @@
|
||||
Subproject commit f05f3945fe68a1a8b03deb967d71a0dcb70ba90d
|
||||
Subproject commit e417a01f9a093cdf7b07abff78a5196d1f07e61d
|
@ -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