Skip to content

Commit

Permalink
Fix parse error (fix #1089)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Belyaev committed Aug 11, 2020
1 parent dfb2af3 commit 10e9442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MaciASL/Navigator.m
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ +(DefinitionBlock *)build:(NSString *)dsl{
[realprefix appendString:tmpprefix];
else
realprefix = [NSMutableString stringWithString:tmpprefix];
scan.scanLocation += prefix.length + 1;
scan.scanLocation += tmpprefix.length + 1;
continue;
}
}
Expand Down

0 comments on commit 10e9442

Please sign in to comment.