Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 2266126927cb5f5657880b7ea2027595 > files > 2

blender-2.47-2.1mdv2009.0.src.rpm

--- blender/intern/SoundSystem/openal/SND_OpenALDevice.cpp	2006-01-06 22:14:36.000000000 -0200
+++ blender/intern/SoundSystem/openal/SND_OpenALDevice.cpp.new	2006-05-11 10:12:52.000000000 -0300
@@ -432,7 +432,7 @@
 #ifdef AL_VERSION_1_1					
 					alutLoadWAVMemory((ALbyte*)memlocation, &sampleformat, &data, &numberofsamples, &samplerate, &loop);//	openal_2.14+
 #else
-					 alutLoadWAVMemory((signed char*)memlocation, &sampleformat, &data, &numberofsamples, &samplerate, &loop);//  openal_2.14+
+					 alutLoadWAVMemory((ALbyte*)memlocation, &sampleformat, &data, &numberofsamples, &samplerate, &loop);//  openal_2.14+
 					 
 #endif 
 #endif