[mednaffe] 19/99: Fix warning

Stephen Kitt skitt at moszumanska.debian.org
Tue Aug 2 21:00:01 UTC 2016


This is an automated email from the git hooks/post-receive script.

skitt pushed a commit to branch master
in repository mednaffe.

commit 3af7341c7c9cbef5075e91d9efebee0db31e2e7d
Author: amatcoder <amatcoder at 44025b82-9115-564b-7d03-7f3fc60b4744>
Date:   Fri Nov 22 15:08:00 2013 +0000

    Fix warning
---
 src/mednaffe.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mednaffe.c b/src/mednaffe.c
index eb94145..5cf0c16 100644
--- a/src/mednaffe.c
+++ b/src/mednaffe.c
@@ -273,7 +273,7 @@ void load_conf(guidata *gui)
   gchar **folders = NULL;
   GKeyFile *key_file;
   gboolean value;
-  guint n_items = 0;
+  gsize n_items = 0;
   gint a_item = -1;
   gint state;
   GError *err = NULL;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mednaffe.git



More information about the Pkg-games-commits mailing list