updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / gtkmagnetic / ms_init.patch
blob5dc4c9338e7c5e8e794e446513e01ceff8145e49
1 diff -Nur Gtk/main.c Gtk.garg/main.c
2 --- Gtk/main.c 2008-08-24 08:52:08.000000000 +0200
3 +++ Gtk.garg/main.c 2011-10-20 08:05:11.435125131 +0200
4 @@ -304,7 +304,7 @@
5 if (applicationExiting)
6 return FALSE;
8 - if (!ms_init ((type8s *) game_filename, (type8s *) graphics_filename, (type8s *) hints_filename), NULL)
9 + if (!ms_init ((type8s *) game_filename, (type8s *) graphics_filename, (type8s *) hints_filename, NULL))
11 GtkWidget *error;
12 gchar *basename;