[Scummvm-cvs-logs] SF.net SVN: scummvm:[38717] scummvm/trunk/engines/sci/engine

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Sat Feb 21 19:17:08 CET 2009


Revision: 38717
          http://scummvm.svn.sourceforge.net/scummvm/?rev=38717&view=rev
Author:   thebluegr
Date:     2009-02-21 18:17:08 +0000 (Sat, 21 Feb 2009)

Log Message:
-----------
Oops

Modified Paths:
--------------
    scummvm/trunk/engines/sci/engine/seg_manager.cpp
    scummvm/trunk/engines/sci/engine/vm.cpp

Modified: scummvm/trunk/engines/sci/engine/seg_manager.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/seg_manager.cpp	2009-02-21 18:16:17 UTC (rev 38716)
+++ scummvm/trunk/engines/sci/engine/seg_manager.cpp	2009-02-21 18:17:08 UTC (rev 38717)
@@ -1808,7 +1808,7 @@
 	memcpy(retval, seg_interfaces[mobj->type - 1], sizeof(seg_interface_t));
 
 	if (mobj->type != retval->type_id) {
-		error(stderr, "Improper segment interface for %d", mobj->type);
+		error("Improper segment interface for %d", mobj->type);
 	}
 
 	retval->segmgr = self;

Modified: scummvm/trunk/engines/sci/engine/vm.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/vm.cpp	2009-02-21 18:16:17 UTC (rev 38716)
+++ scummvm/trunk/engines/sci/engine/vm.cpp	2009-02-21 18:17:08 UTC (rev 38717)
@@ -540,7 +540,7 @@
 	if (jump_initialized)
 		longjmp(vm_error_address, 0);
 #endif
-	error(stderr, "Could not recover, exitting...\n");
+	error("Could not recover, exitting...\n");
 }
 
 static inline script_t *script_locate_by_segment(EngineState *s, seg_id_t seg) {


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