diff options
Diffstat (limited to 'src/dired.c')
| -rw-r--r-- | src/dired.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dired.c b/src/dired.c index fa293258107..9af5f76821b 100644 --- a/src/dired.c +++ b/src/dired.c | |||
| @@ -275,7 +275,7 @@ directory_files_internal (Lisp_Object directory, Lisp_Object full, | |||
| 275 | 275 | ||
| 276 | /* Some bug somewhere. */ | 276 | /* Some bug somewhere. */ |
| 277 | if (nchars > nbytes) | 277 | if (nchars > nbytes) |
| 278 | abort (); | 278 | emacs_abort (); |
| 279 | 279 | ||
| 280 | STRING_SET_CHARS (fullname, nchars); | 280 | STRING_SET_CHARS (fullname, nchars); |
| 281 | if (nchars == nbytes) | 281 | if (nchars == nbytes) |