# HG changeset patch # User jwe # Date 755207162 0 # Node ID 4d38c4a02799cc446543eebcba69ac08f020c7cb # Parent 0a1644ef9a0ad85e8512407e4f116b301950678d [project @ 1993-12-06 19:45:51 by jwe] diff -r 0a1644ef9a0a -r 4d38c4a02799 info/info.c --- 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) diff -r 0a1644ef9a0a -r 4d38c4a02799 info/info.h --- 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."