Mercurial > sdl-ios-xcode
comparison src/audio/alsa/SDL_alsa_audio.c @ 356:a1e54d1ba16f
*** empty log message ***
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 15 Apr 2002 07:47:35 +0000 |
parents | 30935e76acb5 |
children | 5868b0f832f2 |
comparison
equal
deleted
inserted
replaced
355:b68a34dee49d | 356:a1e54d1ba16f |
---|---|
166 if ( status < 0 ) { | 166 if ( status < 0 ) { |
167 /* Hmm, not much we can do - abort */ | 167 /* Hmm, not much we can do - abort */ |
168 this->enabled = 0; | 168 this->enabled = 0; |
169 return; | 169 return; |
170 } | 170 } |
171 continue; | |
171 } | 172 } |
172 sample_buf += status * this->spec.channels; | 173 sample_buf += status * this->spec.channels; |
173 sample_len -= status; | 174 sample_len -= status; |
174 } | 175 } |
175 } | 176 } |