diff src/modplug/modplugbmp.cxx @ 2316:62391135da44

fixed some warnings
author Cristi Magherusan <majeru@atheme.org>
date Tue, 15 Jan 2008 12:35:54 +0200
parents 8f1c26966b61
children 2fe51f6ddb36
line wrap: on
line diff
--- a/src/modplug/modplugbmp.cxx	Mon Jan 14 19:20:57 2008 +0100
+++ b/src/modplug/modplugbmp.cxx	Tue Jan 15 12:35:54 2008 +0200
@@ -335,8 +335,8 @@
 
 void ModplugXMMS::PlayFile(const string& aFilename, InputPlayback *ipb)
 {
-	int32 aLength;
-	char *aModName;
+	int32 aLength=0;
+	char *aModName=NULL;
 	mStopped = true;
 	mPaused = false;