--- 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/gnu/packages/time.scm
AgeCommit message (Expand)Author
2023-06-21gnu: go-github-com-mattn-go-runewidth: Update to 0.0.14....* gnu/packages/golang.scm (go-github-com-mattn-go-runewidth): Update to 0.0.14. (go-github.com-mattn-go-runewidth): Remove, and change users to to refer to 'go-github-com-mattn-go-runewidth'. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Nguyễn Gia Phong
2023-05-10gnu: python-arrow: Update to 1.2.3....* gnu/packages/time.scm (python-arrow): Update to 1.2.3. Ricardo Wurmus
2023-05-10gnu: Add python-dateutils....* gnu/packages/time.scm (python-dateutils): New variable. Ricardo Wurmus
2023-05-08gnu: Add python-timezonefinder....* gnu/packages/time.scm (python-timezonefinder): New variable. * gnu/packages/geo.scm (h3-3, python-h3-3): New variables. The latest compatible versions to build python-timezonefinder. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Sharlatan Hellseher
2023-03-27gnu: python-isodate: Update to 0.6.1....* gnu/packages/time.scm (python-isodate): Update to 0.6.1. Signed-off-by: Christopher Baines <mail@cbaines.net> Greg Hogan