]> git.mxchange.org Git - simgear.git/commitdiff
sigh, forgot another alut* at the wrong place.
authorehofman <ehofman>
Sun, 18 Oct 2009 18:52:15 +0000 (18:52 +0000)
committerTim Moore <timoore@redhat.com>
Mon, 19 Oct 2009 21:50:17 +0000 (23:50 +0200)
simgear/sound/soundmgr_openal.cxx

index 4ff36eee99597b16640a4432b01278188f1ec7a1..b8c119281a057e71e0a44fd817b1bf943cafe002 100644 (file)
@@ -500,7 +500,7 @@ bool SGSoundMgr::load(string &samplepath, void **dbuf, int *fmt,
     ALenum error =  alGetError();
     if ( error != AL_NO_ERROR ) {
         string msg = "Failed to load wav file: ";
-        msg.append(alutGetErrorString(error));
+        msg.append(alGetErrorString(error));
         throw sg_io_exception(msg.c_str(), sg_location(samplepath));
         return false;
     }