[Commit] librr/src rr_board.c,1.12,1.13

Carl Worth commit at keithp.com
Thu Jul 3 12:21:22 PDT 2003


Committed by: cworth

Update of /local/src/CVS/librr/src
In directory home.keithp.com:/tmp/cvs-serv17267/src

Modified Files:
	rr_board.c 
Log Message:
Close file when done with it.

Index: rr_board.c
===================================================================
RCS file: /local/src/CVS/librr/src/rr_board.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- rr_board.c	3 Jul 2003 14:07:13 -0000	1.12
+++ rr_board.c	3 Jul 2003 18:21:20 -0000	1.13
@@ -97,6 +97,7 @@
 	fprintf (stderr, "Did not find a valid board diagram in %s.\n", filename);
 	return NULL;
     }
+    fclose (file);
 
     board = rr_board_create_from_str (diagram);
 




More information about the Commit mailing list