aboutsummaryrefslogtreecommitdiffstats
path: root/games/adonthell/files/patch-src_prefs.cc
blob: e8f30b09b84641284dd33411048bb225f558887b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/prefs.cc.orig   2007-11-21 17:58:31.000000000 +0100
+++ src/prefs.cc    2007-11-21 17:58:43.000000000 +0100
@@ -144,7 +144,7 @@
             case 'c':
             {
                 python::init (); 
-                python::exec_string ("import compileall; compileall.compile_dir (\".\", 0);");  
+                python::exec_string ((char *)"import compileall; compileall.compile_dir (\".\", 0);");  
                 python::cleanup (); 
                 exit (0); 
                 break;