Mercurial > SDL_sound_CoreAudio
diff audio_convert.c @ 387:fb519e6028e3
Changed all the Sound_SetError() calls to __Sound_SetError (or BAIL*_MACRO)
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Fri, 05 Jul 2002 23:11:51 +0000 |
parents | ce998ee6194f |
children | 636796aed4e2 |
line wrap: on
line diff
--- a/audio_convert.c Fri Jul 05 22:34:55 2002 +0000 +++ b/audio_convert.c Fri Jul 05 23:11:51 2002 +0000 @@ -551,7 +551,7 @@ /* Make sure there's data to convert */ if (cvt->buf == NULL) { - Sound_SetError("No buffer allocated for conversion"); + __Sound_SetError("No buffer allocated for conversion"); return(-1); } /* if */