--- 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/build-aux/test-driver.scm
AgeCommit message (Expand)Author
2021-02-02build: Add a --show-duration option to the SCM test-driver....Maxim Cournoyer
2021-01-31build: test-driver.scm: Allow running as a standalone script....Maxim Cournoyer
2021-01-31build: test-driver.scm: Add a new '--errors-only' option....Maxim Cournoyer
2021-01-31build: test-driver.scm: Add test cases filtering options....Maxim Cournoyer
2021-01-31build: test-driver.scm: Enable colored test results by default....Maxim Cournoyer
2021-01-31build: test-driver.scm: Make output redirection optional....Maxim Cournoyer