comparison src/cdrom/macosx/AudioFilePlayer.c @ 1659:14717b52abc0 SDL-1.3

Merge trunk-1.3-3
author Sam Lantinga <slouken@libsdl.org>
date Wed, 17 May 2006 08:18:28 +0000
parents dc6b59e925a2
children 782fd950bd46 c121d94672cb a1b03ba2fcd0
comparison
equal deleted inserted replaced
1658:e49147870aac 1659:14717b52abc0
151 delete_AudioFileManager(afp->mAudioFileManager); 151 delete_AudioFileManager(afp->mAudioFileManager);
152 afp->mAudioFileManager = 0; 152 afp->mAudioFileManager = 0;
153 } 153 }
154 154
155 if (afp->mForkRefNum) { 155 if (afp->mForkRefNum) {
156 FSClose (afp->mForkRefNum); 156 FSCloseFork (afp->mForkRefNum);
157 afp->mForkRefNum = 0; 157 afp->mForkRefNum = 0;
158 } 158 }
159 SDL_free(afp); 159 SDL_free(afp);
160 } 160 }
161 } 161 }