[Scummvm-cvs-logs] SF.net SVN: scummvm: [25588] tools/trunk/compress_touche.c

cyx at users.sourceforge.net cyx at users.sourceforge.net
Wed Feb 14 19:49:23 CET 2007


Revision: 25588
          http://scummvm.svn.sourceforge.net/scummvm/?rev=25588&view=rev
Author:   cyx
Date:     2007-02-14 10:49:22 -0800 (Wed, 14 Feb 2007)

Log Message:
-----------
removed duplicate file close, bug #1659892

Modified Paths:
--------------
    tools/trunk/compress_touche.c

Modified: tools/trunk/compress_touche.c
===================================================================
--- tools/trunk/compress_touche.c	2007-02-14 17:05:58 UTC (rev 25587)
+++ tools/trunk/compress_touche.c	2007-02-14 18:49:22 UTC (rev 25588)
@@ -92,8 +92,6 @@
 	}
 	fseek(output, 0, SEEK_END);
 
-	fclose(input);
-
 	return current_offset;
 }
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list