(read_process_output): Add cast.
This commit is contained in:
parent
3609a53bf6
commit
d72236841c
1 changed files with 1 additions and 1 deletions
|
@ -2774,7 +2774,7 @@ read_process_output (proc, channel)
|
|||
#endif
|
||||
if (produced == 0)
|
||||
return 0;
|
||||
chars = XSTRING (p->decoding_buf)->data;
|
||||
chars = (char *) XSTRING (p->decoding_buf)->data;
|
||||
nchars = produced;
|
||||
chars_in_decoding_buf = 1;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue