diff options
Diffstat (limited to 'xs_io.h')
| -rw-r--r-- | xs_io.h | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -79,7 +79,7 @@ d_char *xs_read(FILE *f, int *sz) | |||
| 79 | d_char *xs_readall(FILE *f) | 79 | d_char *xs_readall(FILE *f) |
| 80 | /* reads the rest of the file into a string */ | 80 | /* reads the rest of the file into a string */ |
| 81 | { | 81 | { |
| 82 | int size = 0xfffffff; | 82 | int size = XS_ALL; |
| 83 | 83 | ||
| 84 | return xs_read(f, &size); | 84 | return xs_read(f, &size); |
| 85 | } | 85 | } |