totem-pl-parser r75 - in branches/gnome-2-22: . plparse



Author: hadess
Date: Thu Mar 13 14:26:12 2008
New Revision: 75
URL: http://svn.gnome.org/viewvc/totem-pl-parser?rev=75&view=rev

Log:
2008-03-13  Bastien Nocera  <hadess hadess net>

	* plparse/totem-pl-parser-media.c (totem_pl_parser_dir_compare):
	Fix small warning



Modified:
   branches/gnome-2-22/ChangeLog
   branches/gnome-2-22/plparse/totem-pl-parser-media.c

Modified: branches/gnome-2-22/plparse/totem-pl-parser-media.c
==============================================================================
--- branches/gnome-2-22/plparse/totem-pl-parser-media.c	(original)
+++ branches/gnome-2-22/plparse/totem-pl-parser-media.c	Thu Mar 13 14:26:12 2008
@@ -173,7 +173,7 @@
 totem_pl_parser_dir_compare (GnomeVFSFileInfo *a, GnomeVFSFileInfo *b)
 {
 	const char *name_1, *name_2;
-	const char *key_1, *key_2;
+	char *key_1, *key_2;
 	gboolean sort_last_1, sort_last_2;
 	int compare;
 	



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]