fix xpidl compiler failure when a block of 'raw' stuff straddles a buffer block boundary

git-svn-id: svn://10.0.0.236/trunk@42424 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jband%netscape.com 1999-08-06 07:57:53 +00:00
parent 89e0a639ea
commit a424b826f2

View File

@ -248,7 +248,7 @@ NextIsRaw(struct input_callback_data *data, char **startp, int *lenp)
*lenp = end - data->point + 2;
data->f_raw = 0;
} else {
*lenp = data->len;
*lenp = data->buf + data->len - data->point;
data->f_raw = 1;
}
return 1;