diff options
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c index 4b70b113c2f..8abaf1d54cf 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -2598,7 +2598,7 @@ init_buffer () | |||
| 2598 | && strlen (pwd) < MAXPATHLEN) | 2598 | && strlen (pwd) < MAXPATHLEN) |
| 2599 | strcpy (buf, pwd); | 2599 | strcpy (buf, pwd); |
| 2600 | else if (getwd (buf) == 0) | 2600 | else if (getwd (buf) == 0) |
| 2601 | fatal ("`getwd' failed: %s.\n", buf); | 2601 | fatal ("`getwd' failed: %s\n", buf); |
| 2602 | 2602 | ||
| 2603 | #ifndef VMS | 2603 | #ifndef VMS |
| 2604 | /* Maybe this should really use some standard subroutine | 2604 | /* Maybe this should really use some standard subroutine |