mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
20 lines
465 B
Plaintext
20 lines
465 B
Plaintext
|
*** 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;
|
||
|
}
|
||
|
|