[Scummvm-cvs-logs] SF.net SVN: scummvm:[49314] scummvm/trunk/sound/decoders/voc.cpp

agent-q at users.sourceforge.net agent-q at users.sourceforge.net
Sat May 29 22:32:25 CEST 2010


Revision: 49314
          http://scummvm.svn.sourceforge.net/scummvm/?rev=49314&view=rev
Author:   agent-q
Date:     2010-05-29 20:32:25 +0000 (Sat, 29 May 2010)

Log Message:
-----------
Fix typo(?) which prevents streaming code from compiling.

Modified Paths:
--------------
    scummvm/trunk/sound/decoders/voc.cpp

Modified: scummvm/trunk/sound/decoders/voc.cpp
===================================================================
--- scummvm/trunk/sound/decoders/voc.cpp	2010-05-29 20:30:54 UTC (rev 49313)
+++ scummvm/trunk/sound/decoders/voc.cpp	2010-05-29 20:32:25 UTC (rev 49314)
@@ -384,7 +384,7 @@
 
 SeekableAudioStream *makeVOCStream(Common::SeekableReadStream *stream, byte flags, DisposeAfterUse::Flag disposeAfterUse) {
 #ifdef STREAM_AUDIO_FROM_DISK
-	return makeVOCDiskStreamNoLoop(*stream, flags, disposeAfterUse);
+	return makeVOCDiskStreamNoLoop(stream, flags, disposeAfterUse);
 #else
 	int size, rate;
 


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