This is an automated email from the git hooks/post-receive script. skitt pushed a commit to branch master in repository mednaffe.
commit e58c719eb6e17b20637283d14ec097ae3c3c4866 Author: AmatCoder <[email protected]> Date: Fri Sep 16 14:44:15 2016 +0200 Fix stack smashing (issue #34) --- src/prefs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/prefs.c b/src/prefs.c index c8f6d04..9efa658 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[13]; + gboolean blist[14]; 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

