Browse Source

Fix bad arguments to fl_message.

master
Jonathan Moore Liles 13 years ago
parent
commit
e20f525640
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      SpiralSynthModular.C

+ 1
- 1
SpiralSynthModular.C View File

@@ -1247,7 +1247,7 @@ inline void SynthModular::cb_Save_i (Fl_Widget *o, void *v) {
m_TopWindow->label (TITLEBAR.c_str());
}
else {
fl_message (string ("Error saving " + string(fn)).c_str());
fl_message ( "%s", string ("Error saving " + string(fn)).c_str());
}
}
}


Loading…
Cancel
Save