unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
blob 6d7b75dd48a5117d70915c769b3267dc9f26d101 437 bytes (raw)
name: patches/pinball-const-fix.patch 	 # note: path name is non-authoritative(*)

 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 

debug log:

solving 6d7b75dd48a5117d70915c769b3267dc9f26d101 ...
found 6d7b75dd48a5117d70915c769b3267dc9f26d101 in https://git.savannah.gnu.org/cgit/guix.git

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).