diff --git a/allegro-legacy/src/a5/a5_system.c b/allegro-legacy/src/a5/a5_system.c index 8ce7071cab..945f587e93 100644 --- a/allegro-legacy/src/a5/a5_system.c +++ b/allegro-legacy/src/a5/a5_system.c @@ -63,6 +63,11 @@ static void a5_sys_get_executable_name(char *output, int size) al_uninstall_system(); } } + else + { + // local edit + output[0] = '\0'; + } } static void a5_sys_set_window_title(AL_CONST char * name)