parent
b4e44e71a9
commit
5ba910d143
|
@ -4792,8 +4792,8 @@ static intptr_t fd_get_string_slow(Scheme_Input_Port *port,
|
|||
|
||||
while (1) {
|
||||
/* Loop until a read succeeds. */
|
||||
int none_avail = 0;
|
||||
int target_size, target_offset, ext_target;
|
||||
int none_avail = 0, ext_target;
|
||||
intptr_t target_size, target_offset;
|
||||
char *target;
|
||||
Scheme_Object *sema;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user