diff -Nurp yoshimi-1.2.0/src/UI/MasterUI.fl yoshimi-1.2.0.mod/src/UI/MasterUI.fl --- yoshimi-1.2.0/src/UI/MasterUI.fl 2014-03-16 18:01:06.000000000 +0100 +++ yoshimi-1.2.0.mod/src/UI/MasterUI.fl 2014-03-19 09:48:48.305437197 +0100 @@ -880,10 +880,10 @@ ZynAddSubFX} if (result == -10) { msg += ",\\nit does not appear to be a valid parameter file."; - fl_alert(msg.c_str()); + fl_alert("%s",msg.c_str()); } else - fl_alert(msg.c_str()); + fl_alert("%s",msg.c_str()); }} {} } Function {do_save_master(const char* file = NULL)} {} {