diff options
Diffstat (limited to 'src/lread.c')
| -rw-r--r-- | src/lread.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lread.c b/src/lread.c index 14200f80082..55663e09b25 100644 --- a/src/lread.c +++ b/src/lread.c | |||
| @@ -756,9 +756,9 @@ Return t if file exists.") | |||
| 756 | 756 | ||
| 757 | compiled = 1; | 757 | compiled = 1; |
| 758 | 758 | ||
| 759 | #ifdef DOS_NT | 759 | #ifdef DOS_NT |
| 760 | fmode = "rb"; | 760 | fmode = "rb"; |
| 761 | #endif /* DOS_NT */ | 761 | #endif /* DOS_NT */ |
| 762 | stat ((char *)XSTRING (found)->data, &s1); | 762 | stat ((char *)XSTRING (found)->data, &s1); |
| 763 | XSTRING (found)->data[STRING_BYTES (XSTRING (found)) - 1] = 0; | 763 | XSTRING (found)->data[STRING_BYTES (XSTRING (found)) - 1] = 0; |
| 764 | result = stat ((char *)XSTRING (found)->data, &s2); | 764 | result = stat ((char *)XSTRING (found)->data, &s2); |