[Hp5400backend-cvs-update] hp5400/hp5400 hp5400.c,1.14,1.15
Status: Alpha
Brought to you by:
soumarmt
|
From: <kl...@us...> - 2003-03-06 10:27:38
|
Update of /cvsroot/hp5400backend/hp5400/hp5400
In directory sc8-pr-cvs1:/tmp/cvs-serv3427
Modified Files:
hp5400.c
Log Message:
Minor fix to help catch double closing.
Index: hp5400.c
===================================================================
RCS file: /cvsroot/hp5400backend/hp5400/hp5400/hp5400.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** hp5400.c 6 Mar 2003 10:07:37 -0000 1.14
--- hp5400.c 6 Mar 2003 10:27:35 -0000 1.15
***************
*** 441,444 ****
--- 441,445 ----
#ifdef IMAGE_DEBUG
fclose( temp );
+ temp = NULL;
#endif
return;
|