changeset 250:4d38c4a02799

[project @ 1993-12-06 19:45:51 by jwe]
author jwe
date Mon, 06 Dec 1993 19:46:02 +0000
parents 0a1644ef9a0a
children d2ada1d8b70c
files info/info.c info/info.h
diffstat 2 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/info/info.c	Mon Dec 06 18:56:51 1993 +0000
+++ b/info/info.c	Mon Dec 06 19:46:02 1993 +0000
@@ -432,7 +432,7 @@
   exit (0);
 }
 
-static char *program_name = (char *)NULL;
+static char *program_name = "info";
 
 static void
 remember_info_program_name (fullpath)
--- a/info/info.h	Mon Dec 06 18:56:51 1993 +0000
+++ b/info/info.h	Mon Dec 06 19:46:02 1993 +0000
@@ -85,7 +85,8 @@
 #define NO_XREF_NODE	"No cross references in this node."
 #define NO_POINTER	"No \"%s\" pointer for this node."
 #define UNKNOWN_COMMAND	"Unknown Info command `%c'.  `?' for help."
-#define TERM_TOO_DUMB	"Terminal type \"%s\" is not smart enough to run Info."
+#define TERM_TOO_DUMB	\
+"Terminal type \"%s\" unknown or not smart enough to run Info."
 #define TERM_TOO_SMALL	"%d row by %d column terminal too small to run Info."
 #define AT_NODE_BOTTOM	"You are already at the last page of this node."
 #define AT_NODE_TOP	"You are already at the first page of this node."