This is an automated email from the git hooks/post-receive script. skitt pushed a commit to branch master in repository mednaffe.
commit ce3c25cd9448e68dd4181853dc8656355201aa2c Author: AmatCoder <[email protected]> Date: Sat Sep 17 22:44:45 2016 +0200 Really fix issue #34 It was wrong since ever (to my shame). Thanks to 'not-a-user' for reporting. --- src/prefs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/prefs.c b/src/prefs.c index 9efa658..d4618a2 100644 --- a/src/prefs.c +++ b/src/prefs.c @@ -59,7 +59,7 @@ void save_systems_showed(GKeyFile *key_file, guidata *gui) { GtkTreeModel *model; GtkTreeIter iter; - gboolean blist[14]; + gboolean blist[15]; gboolean valid; gint i=0; -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mednaffe.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

