mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-23 10:54:33 +00:00
flail lightly trying to fix build bustage
This commit is contained in:
parent
d6dc524533
commit
c2153975ca
@ -237,7 +237,7 @@ NextIsRaw(struct input_callback_data *data, char **startp, int *lenp)
|
||||
|
||||
start = *startp = data->point;
|
||||
|
||||
while (end < data_end && (end = strstr(start, "%}"))) {
|
||||
while (start < data_end && (end = strstr(start, "%}"))) {
|
||||
if (end[-1] == '\r' ||
|
||||
end[-1] == '\n')
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user