aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/pinball-const-fix.patch
blob: 6d7b75dd48a5117d70915c769b3267dc9f26d101 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
--- pinball-0.3.1/base/Config.cpp	2009-10-13 18:33:38.000000000 +0200
+++ pinball-0.3.1/base/Config.cpp	2009-10-13 18:37:12.000000000 +0200
@@ -416,7 +416,7 @@
   m_sDataDir = string(EM_DATADIR) + "/";
   m_sExeDir = "./";
   if ( *( m_sDataDir.c_str() ) != '/' ) {
-    char* ptr=0; 
+    const char* ptr=0;
     char* ptrw = 0;
     //cout<<"relative to exe file"<<endl;
     ptr = (strrchr(argv0,'/')); // unix /cygwin / check win32 
class='msg-avail'>...Ricardo Wurmus 2019-01-15gnu: Separate Python core packages from the rest....Ricardo Wurmus 2018-12-23gnu: opencc: Unbundle rapidjson....Efraim Flashner 2018-12-23gnu: opencc: Use 'git-fetch'....Efraim Flashner 2018-11-18gnu: libgtextutils: Re-instate custom bootstrap phase....Efraim Flashner 2018-11-11gnu: dotconf: Fetch sources from git....Ricardo Wurmus 2018-11-11gnu: dotconf: Remove custom bootstrap phase....Ricardo Wurmus 2018-11-11gnu: libgtextutils: Remove custom bootstrap phase....Ricardo Wurmus 2018-11-10gnu: Add opencc....Meiyo Peng 2018-11-01gnu: oniguruma: Update to 6.9.0....Tobias Geerinckx-Rice 2018-10-09gnu: docx2txt: End phases with #t....Tobias Geerinckx-Rice 2018-10-01gnu: recode: Update to 3.7.1....Tobias Geerinckx-Rice