Fix global variable casting
This commit is contained in:
@@ -371,7 +371,7 @@ int r3_main(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR *cmdline,
|
||||
strcpy(acStack_300, getDefaultConfig().gfxAdapter.c_str());
|
||||
strcpy(acStack_100, getDefaultConfig().gfxIdentifier.c_str());
|
||||
strcpy(acStack_200, getDefaultConfig().gfxGliMode.c_str());
|
||||
|
||||
|
||||
/* If they're all set */
|
||||
if (((acStack_300[0] != '\0') && (acStack_100[0] != '\0')) &&
|
||||
(acStack_200[0] != '\0')) {
|
||||
|
Reference in New Issue
Block a user