commit | c1e37901fc8486c9960d7290e521ba51e292e94b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Apr 18 21:55:01 2006 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 18 21:55:01 2006 +0000 |
tree | 5367e8f83d9d313dd73c0499fd310f57df5e605f | |
parent | a93fa7ee7856b54d3778e613c7b7e4b76aaeb2af [diff] [blame] |
updated for version 7.0e02
diff --git a/src/fileio.c b/src/fileio.c index 1c4cab8..34a53e6 100644 --- a/src/fileio.c +++ b/src/fileio.c
@@ -1113,7 +1113,7 @@ size = 0x7ff0L - linerest; /* limit buffer to 32K */ #endif - for ( ; size >= 10; size = (long_u)size >> 1) + for ( ; size >= 10; size = (long)((long_u)size >> 1)) { if ((new_buffer = lalloc((long_u)(size + linerest + 1), FALSE)) != NULL)