Mercurial > emacs
comparison src/buffer.c @ 9810:c76b3e670eb3
(init_buffer): Fix error message syntax.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Wed, 02 Nov 1994 01:22:31 +0000 |
| parents | a72386110d83 |
| children | beb59716f299 |
comparison
equal
deleted
inserted
replaced
| 9809:bc6042c687a0 | 9810:c76b3e670eb3 |
|---|---|
| 2596 && dotstat.st_ino == pwdstat.st_ino | 2596 && dotstat.st_ino == pwdstat.st_ino |
| 2597 && dotstat.st_dev == pwdstat.st_dev | 2597 && dotstat.st_dev == pwdstat.st_dev |
| 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 |
| 2605 whose definition is filename syntax dependent. */ | 2605 whose definition is filename syntax dependent. */ |
| 2606 rc = strlen (buf); | 2606 rc = strlen (buf); |
