jba Initialized fp to null

This commit is contained in:
Janet B. Anderson
1991-12-05 13:20:32 +00:00
parent a8817482e1
commit a55406fd48

View File

@@ -28,7 +28,7 @@
*
* Modification Log:
* -----------------
* .01 mm-dd-yy iii Comment
* .01 11-26-91 jba Initialized fp to null
*/
@@ -132,7 +132,7 @@ dbls()
void (*fup) (); /* SUBROUTINE POINTER */
int pos,
fflag;
FILE *fp,
FILE *fp=NULL,
*fopen();
char fname[80];
long status;