comparison src/xs_sidplay2.cc @ 93:63cf9b2ddadf

Minor changes
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 10 Jan 2004 12:44:00 +0000
parents 94497283affa
children 4614f58ab169
comparison
equal deleted inserted replaced
92:2607683bc9eb 93:63cf9b2ddadf
197 197
198 gboolean xs_sidplay2_fillbuffer(t_xs_status *myStatus, gchar *audioBuffer, gint audioBufSize) 198 gboolean xs_sidplay2_fillbuffer(t_xs_status *myStatus, gchar *audioBuffer, gint audioBufSize)
199 { 199 {
200 t_xs_sidplay2 *myPlayer = (t_xs_sidplay2 *) myStatus->player; 200 t_xs_sidplay2 *myPlayer = (t_xs_sidplay2 *) myStatus->player;
201 201
202 return (myPlayer->currEng->play(audioBuffer, audioBufSize) == audioBufSize); 202 return (myPlayer->currEng->play(audioBuffer, audioBufSize) == (guint) audioBufSize);
203 } 203 }
204 204
205 205
206 gboolean xs_sidplay2_loadsid(t_xs_status *myStatus, gchar *pcFilename) 206 gboolean xs_sidplay2_loadsid(t_xs_status *myStatus, gchar *pcFilename)
207 { 207 {