mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 03:16:28 -04:00
is now our leading ports-supplier! Let's all give him a big THANK YOU! :) Submitted by: jmz
19 lines
465 B
Text
19 lines
465 B
Text
*** 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;
|
|
}
|
|
|