(read_process_output): Add cast.

This commit is contained in:
Richard M. Stallman 1997-07-10 03:09:10 +00:00
parent 3609a53bf6
commit d72236841c

View file

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