diff src/audio/SDL_audio.c @ 4884:27ab20a36eba

- added directx include path to VS2008 solution - updated shape vcproj and add it to VS2008 solution - minor changes (i.e. typecasting) to get rid of compiler warnings in VS
author Andreas Schiffler <aschiffler@ferzkopp.net>
date Wed, 15 Sep 2010 22:15:47 -0700
parents fff50e86c891
children e8916fe9cfc8
line wrap: on
line diff
--- a/src/audio/SDL_audio.c	Tue Sep 14 21:57:29 2010 -0700
+++ b/src/audio/SDL_audio.c	Wed Sep 15 22:15:47 2010 -0700
@@ -339,7 +339,7 @@
 
     /* For streaming when the buffer sizes don't match up */
     Uint8 *istream;
-    int istream_len;
+    int istream_len = 0;
 
     /* Perform any thread setup */
     device->threadid = SDL_ThreadID();