flail lightly trying to fix build bustage

This commit is contained in:
shaver%netscape.com 1999-06-15 15:21:00 +00:00
parent d6dc524533
commit c2153975ca

View File

@ -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;