[Scummvm-cvs-logs] SF.net SVN: scummvm:[51655] scummvm/trunk/sound/softsynth/fmtowns_pc98/ towns_audio.cpp

athrxx at users.sourceforge.net athrxx at users.sourceforge.net
Mon Aug 2 22:17:06 CEST 2010


Revision: 51655
          http://scummvm.svn.sourceforge.net/scummvm/?rev=51655&view=rev
Author:   athrxx
Date:     2010-08-02 20:17:05 +0000 (Mon, 02 Aug 2010)

Log Message:
-----------
TOWNS AUDIO: fix typo

Modified Paths:
--------------
    scummvm/trunk/sound/softsynth/fmtowns_pc98/towns_audio.cpp

Modified: scummvm/trunk/sound/softsynth/fmtowns_pc98/towns_audio.cpp
===================================================================
--- scummvm/trunk/sound/softsynth/fmtowns_pc98/towns_audio.cpp	2010-08-02 19:36:49 UTC (rev 51654)
+++ scummvm/trunk/sound/softsynth/fmtowns_pc98/towns_audio.cpp	2010-08-02 20:17:05 UTC (rev 51655)
@@ -572,7 +572,7 @@
 	TownsAudio_WaveTable w;
 	w.readHeader(data);
 
-	if (!w.size < (w.loopStart + w.loopLen))
+	if (w.size < (w.loopStart + w.loopLen))
 		return 13;
 
 	if (!w.size)


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