Enlightenment CVS committal
Author : tsauerbeck
Project : misc
Module : eplayer
Dir : misc/eplayer/src
Modified Files:
track.c
Log Message:
plugin API changes
===================================================================
RCS file: /cvsroot/enlightenment/misc/eplayer/src/track.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- track.c 23 Nov 2003 19:13:17 -0000 1.8
+++ track.c 7 Dec 2003 10:32:41 -0000 1.9
@@ -17,7 +17,7 @@
unsigned char *buf = NULL;
while (!player->playback_stop &&
- (read = pli->plugin->read(&buf))) {
+ (read = pli->plugin->read(&buf)) != EOF) {
player->output->play(buf, read);
pthread_mutex_lock(&pli->pos_mutex);
-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills. Sign up for IBM's
Free Linux Tutorials. Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs