Enlightenment CVS committal

Author  : atmosphere
Project : e17
Module  : apps/euphoria

Dir     : e17/apps/euphoria/src


Modified Files:
        playlist.c 


Log Message:
make this compile again

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/euphoria/src/playlist.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- playlist.c  25 Feb 2004 18:39:08 -0000      1.3
+++ playlist.c  26 Feb 2004 00:43:14 -0000      1.4
@@ -1,5 +1,5 @@
 /*
- * $Id: playlist.c,v 1.3 2004/02/25 18:39:08 tsauerbeck Exp $
+ * $Id: playlist.c,v 1.4 2004/02/26 00:43:14 atmosphere Exp $
  */
 
 #include <config.h>
@@ -136,7 +136,7 @@
 
 void playlist_load_file(PlayList *pl, const char *uri, bool append) {
        assert(pl);
-       assert(fileuri);
+       assert(uri);
 
        xmmsc_playlist_add(pl->xmms, (char *) uri);
 }




-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to