gnome-games r8177 - trunk/libgames-support
- From: chpe svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-games r8177 - trunk/libgames-support
- Date: Tue, 21 Oct 2008 21:50:17 +0000 (UTC)
Author: chpe
Date: Tue Oct 21 21:50:17 2008
New Revision: 8177
URL: http://svn.gnome.org/viewvc/gnome-games?rev=8177&view=rev
Log:
Fix signed/unsigned comparision warning.
Modified:
trunk/libgames-support/render-cards.c
Modified: trunk/libgames-support/render-cards.c
==============================================================================
--- trunk/libgames-support/render-cards.c (original)
+++ trunk/libgames-support/render-cards.c Tue Oct 21 21:50:17 2008
@@ -38,7 +38,7 @@
char *basepath = NULL, *kfname, *kfpath;
GamesCardTheme *theme = NULL;
GKeyFile *key_file = NULL;
- guint i;
+ int i;
int retval = EXIT_FAILURE;
int *sizes = NULL, n_sizes = 0;
char *data = NULL;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]