[Scummvm-cvs-logs] CVS: scummvm bundle.cpp,1.4,1.5

Ruediger Hanke tomjoad at users.sourceforge.net
Wed Aug 7 06:27:11 CEST 2002


Update of /cvsroot/scummvm/scummvm
In directory usw-pr-cvs1:/tmp/cvs-serv27050

Modified Files:
	bundle.cpp 
Log Message:
input/output were swapped in codec 0

Index: bundle.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/bundle.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- bundle.cpp	6 Aug 2002 05:40:34 -0000	1.4
+++ bundle.cpp	7 Aug 2002 13:26:20 -0000	1.5
@@ -319,7 +319,7 @@
 
 	switch(codec) {
 		case 0:
-			memcpy(comp_input, comp_output, output_size);
+			memcpy(comp_output, comp_input, output_size);
 		break;
 
 		case 1:





More information about the Scummvm-git-logs mailing list