aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fileio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fileio.c b/src/fileio.c
index 5814e2794e5..8aa87038cfd 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -3767,7 +3767,7 @@ This does code conversion according to the value of\n\
3767 { 3767 {
3768 /* try is reserved in some compilers (Microsoft C) */ 3768 /* try is reserved in some compilers (Microsoft C) */
3769 int trytry = min (total - how_much, READ_BUF_SIZE - unprocessed); 3769 int trytry = min (total - how_much, READ_BUF_SIZE - unprocessed);
3770 char *destination = read_buf + unprocessed; 3770 unsigned char *destination = read_buf + unprocessed;
3771 int this; 3771 int this;
3772 3772
3773 /* Allow quitting out of the actual I/O. */ 3773 /* Allow quitting out of the actual I/O. */