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:
parent
89e0a639ea
commit
a424b826f2
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user