diff --git a/src/goptions.cxx b/src/goptions.cxx index f76c422..04698d7 100644 --- a/src/goptions.cxx +++ b/src/goptions.cxx @@ -81,7 +81,8 @@ static void updateLinkCB(Fl_Widget* w, void* data) str << l; - system( str.str().c_str() ); + int ret = system( str.str().c_str() ); + /* if it fails it fails.. */ } static void writeBindEnable(Fl_Widget* w, void* data)