--- 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"< index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/CODE-OF-CONDUCT
AgeCommit message (Expand)Author
2018-05-29CODE-OF-CONDUCT: Switch to version 1.4 of the Contributor Covenant....See the discussion at <https://lists.gnu.org/archive/html/guix-devel/2018-05/msg00146.html>. * CODE-OF-CONDUCT: Adapt from version 1.4 of the Contributor Covenant. Ludovic Courtès