#31 invalid conversion from ‘const char*’ to ‘char*’
open
nobody
None
5
2017-12-10
2012-09-17
Anonymous
No
Config.cpp caused this error after I ran: "sudo make install"
Found an easy fix was to delete the line causing it (428) and change line 426 to:
const char* ptr = (strrchr(argv0,'/'));
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs"
The fixed file
https://github.com/sergiomb2/pinball/blob/devel/base/Config.cpp#L431
it fixed