r889 - trunk/src/target/OM-2007/applications/openmoko-simplemediaplayer/beep

jiang_li at sita.openmoko.org jiang_li at sita.openmoko.org
Wed Feb 7 03:51:07 CET 2007


Author: jiang_li
Date: 2007-02-07 03:51:01 +0100 (Wed, 07 Feb 2007)
New Revision: 889

Modified:
   trunk/src/target/OM-2007/applications/openmoko-simplemediaplayer/beep/mainwin.c
Log:
fix a edit bug


Modified: trunk/src/target/OM-2007/applications/openmoko-simplemediaplayer/beep/mainwin.c
===================================================================
--- trunk/src/target/OM-2007/applications/openmoko-simplemediaplayer/beep/mainwin.c	2007-02-07 01:15:02 UTC (rev 888)
+++ trunk/src/target/OM-2007/applications/openmoko-simplemediaplayer/beep/mainwin.c	2007-02-07 02:51:01 UTC (rev 889)
@@ -4173,7 +4173,7 @@
     int len = strlen(DATA_DIR);  
     int len1= strlen(share_string);
     gchar* prefix = g_strndup(DATA_DIR, len-len1 +5);
-    images_dir = g_build_filename(prefix, "/images", NULL));
+    images_dir = g_build_filename(prefix, "/images", NULL);
     g_free(prefix);
 }
 





More information about the commitlog mailing list