[totem-pl-parser] Fix small compile-time warning



commit 17bff27d807375c4cdfbc8bae0a9ac9b2cf1b3c6
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Jun 1 19:07:16 2010 +0100

    Fix small compile-time warning

 plparse/totem-pl-parser-pls.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plparse/totem-pl-parser-pls.c b/plparse/totem-pl-parser-pls.c
index 4a3ef9e..ee6493e 100644
--- a/plparse/totem-pl-parser-pls.c
+++ b/plparse/totem-pl-parser-pls.c
@@ -168,7 +168,7 @@ totem_pl_parser_add_pls_with_contents (TotemPlParser *parser,
 	TotemPlParserResult retval = TOTEM_PL_PARSER_RESULT_UNHANDLED;
 	GFile *base_file;
 	char **lines;
-	int i, num_entries;
+	guint i, num_entries;
 	char *playlist_title;
 	gboolean fallback;
 	GHashTable *entries;



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