Mercurial > emacs
changeset 27507:b7db0c0368dc
Fix previous change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 29 Jan 2000 23:53:44 +0000 |
parents | 23efbe261ad4 |
children | 64f97cc2e021 |
files | lib-src/movemail.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lib-src/movemail.c Sat Jan 29 23:53:09 2000 +0000 +++ b/lib-src/movemail.c Sat Jan 29 23:53:44 2000 +0000 @@ -328,7 +328,7 @@ if (desc < 0) { char *message = (char *) xmalloc (strlen (tempname) + 50); - sprintf (message, "can't create %s to become the lock file", + sprintf (message, "creating %s, which would become the lock file", tempname); pfatal_with_name (message); }