[Plcreator-commits] r25 - HEAD
jpakkane at garage.maemo.org
jpakkane at garage.maemo.org
Wed Jan 31 23:12:31 EET 2007
Author: jpakkane
Date: 2007-01-31 23:12:31 +0200 (Wed, 31 Jan 2007)
New Revision: 25
Modified:
HEAD/plcreator.c
Log:
Changed playlist format to one understood by N800.
Modified: HEAD/plcreator.c
===================================================================
--- HEAD/plcreator.c 2007-01-31 20:42:45 UTC (rev 24)
+++ HEAD/plcreator.c 2007-01-31 21:12:31 UTC (rev 25)
@@ -41,7 +41,7 @@
static void PrintStuff(gpointer data, gpointer options) {
FILE *of = (FILE*) options;
- fprintf(of, "file://%s\n", (char*) data);
+ fprintf(of, "%s\n", (char*) data);
}
static void PurgeList(GSList *l) {
More information about the Plcreator-commits
mailing list