aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/movemail.c
diff options
context:
space:
mode:
authorRichard M. Stallman2000-01-29 23:53:44 +0000
committerRichard M. Stallman2000-01-29 23:53:44 +0000
commit4b265472d682bf2ae1ee2eec288cbefbf8fa95e1 (patch)
tree4a3b5510f0b3b235c49b89c051ad6c81a6127969 /lib-src/movemail.c
parentb08e8bb20d94c74d9b52f4d30d0d0ec53d7e0a34 (diff)
downloademacs-4b265472d682bf2ae1ee2eec288cbefbf8fa95e1.tar.gz
emacs-4b265472d682bf2ae1ee2eec288cbefbf8fa95e1.zip
Fix previous change.
Diffstat (limited to 'lib-src/movemail.c')
-rw-r--r--lib-src/movemail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/movemail.c b/lib-src/movemail.c
index 45f5874ea72..b816b6f2946 100644
--- a/lib-src/movemail.c
+++ b/lib-src/movemail.c
@@ -328,7 +328,7 @@ main (argc, argv)
328 if (desc < 0) 328 if (desc < 0)
329 { 329 {
330 char *message = (char *) xmalloc (strlen (tempname) + 50); 330 char *message = (char *) xmalloc (strlen (tempname) + 50);
331 sprintf (message, "can't create %s to become the lock file", 331 sprintf (message, "creating %s, which would become the lock file",
332 tempname); 332 tempname);
333 pfatal_with_name (message); 333 pfatal_with_name (message);
334 } 334 }