diff lib-src/movemail.c @ 4985:623be452ebb8

(main): Fix error message text.
author Richard M. Stallman <rms@gnu.org>
date Fri, 12 Nov 1993 06:25:16 +0000
parents 1fc792473491
children 60fa1ee0c98c
line wrap: on
line diff
--- a/lib-src/movemail.c	Thu Nov 11 18:03:43 1993 +0000
+++ b/lib-src/movemail.c	Fri Nov 12 06:25:16 1993 +0000
@@ -200,7 +200,7 @@
       /* Give up if cannot do that.  */
       desc = open (tempname, O_WRONLY | O_CREAT, 0666);
       if (desc < 0)
-        pfatal_with_name ("lock file--see source file etc/movemail.c");
+        pfatal_with_name ("lock file--see source file lib-src/movemail.c");
       close (desc);
 
       tem = link (tempname, lockname);