comparison src/cdrom/osf/SDL_syscdrom.c @ 2735:204be4fc2726

Final merge of Google Summer of Code 2008 work... Port SDL 1.3 to the Nintendo DS by Darren Alton, mentored by Sam Lantinga
author Sam Lantinga <slouken@libsdl.org>
date Wed, 27 Aug 2008 15:10:03 +0000
parents c121d94672cb
children
comparison
equal deleted inserted replaced
2734:dd25eabe441c 2735:204be4fc2726
197 if (delim) { 197 if (delim) {
198 SDLcdrom = delim; 198 SDLcdrom = delim;
199 } else { 199 } else {
200 SDLcdrom = NULL; 200 SDLcdrom = NULL;
201 } 201 }
202 } 202 } while (SDLcdrom);
203 while (SDLcdrom);
204 SDL_stack_free(cdpath); 203 SDL_stack_free(cdpath);
205 } 204 }
206 205
207 /* If we found our drives, there's nothing left to do */ 206 /* If we found our drives, there's nothing left to do */
208 if (SDL_numcds > 0) { 207 if (SDL_numcds > 0) {