tags 643350 patch stop
diff -ruN -x '*.png' -x '*.jpg' -x '*.ogg' -x '*_image_archive' ../orig/alsamixergui-0.9.0rc2-1/src/Fl_AM.cxx ./src/Fl_AM.cxx --- ../orig/alsamixergui-0.9.0rc2-1/src/Fl_AM.cxx 2011-10-05 18:18:04.000000000 +0200 +++ ./src/Fl_AM.cxx 2011-10-05 18:21:16.000000000 +0200 @@ -151,7 +151,7 @@ void gui_abort(const char* errorstr) { if (strcmp(errorstr,"")) - fl_alert(errorstr); + fl_alert("%s", errorstr); } void gui_mixer_change_view(void)