diff src/g-builtins.cc @ 217:cd2e49fb4f6b

[project @ 1993-11-13 09:16:01 by jwe]
author jwe
date Sat, 13 Nov 1993 09:30:40 +0000
parents 1468a5e6a466
children a99f28f5e351
line wrap: on
line diff
--- a/src/g-builtins.cc
+++ b/src/g-builtins.cc
@@ -1212,7 +1212,7 @@
 
       if (!directory)
 	{
-	  message ("pwd", "can't find working directory!");
+	  warning ("pwd: can't find working directory!");
 	  delete buffer;
 	}
     }