diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/fileio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fileio.c b/src/fileio.c index 23e1a83d8bf..8919e08e1fd 100644 --- a/src/fileio.c +++ b/src/fileio.c | |||
| @@ -4805,7 +4805,7 @@ by calling `format-decode', which see. */) | |||
| 4805 | 4805 | ||
| 4806 | /* 'try' is reserved in some compilers (Microsoft C). */ | 4806 | /* 'try' is reserved in some compilers (Microsoft C). */ |
| 4807 | ptrdiff_t trytry = min (gap_size, READ_BUF_SIZE); | 4807 | ptrdiff_t trytry = min (gap_size, READ_BUF_SIZE); |
| 4808 | if (!NILP (end)) | 4808 | if (seekable || !NILP (end)) |
| 4809 | trytry = min (trytry, total - inserted); | 4809 | trytry = min (trytry, total - inserted); |
| 4810 | 4810 | ||
| 4811 | if (!seekable && NILP (end)) | 4811 | if (!seekable && NILP (end)) |