diff options
Diffstat (limited to 'misc/mshell/files/patch-ac')
-rw-r--r-- | misc/mshell/files/patch-ac | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/misc/mshell/files/patch-ac b/misc/mshell/files/patch-ac new file mode 100644 index 000000000000..75efbcd0b77f --- /dev/null +++ b/misc/mshell/files/patch-ac @@ -0,0 +1,19 @@ +*** functions1.c.orig Sat Sep 24 00:51:45 1994 +--- functions1.c Sat Sep 24 00:52:03 1994 +*************** +*** 15,21 **** + FILE * fp; + char record [DESCLEN]; + if (( fp = fopen (filename, "r")) == NULL ) { +! printf ("\tNo such helpfile as %s\!\!\n", filename); + return; + } + +--- 15,21 ---- + FILE * fp; + char record [DESCLEN]; + if (( fp = fopen (filename, "r")) == NULL ) { +! printf ("\tNo such helpfile as %s!!\n", filename); + return; + } + |