diff --git a/mixer/src/Module.C b/mixer/src/Module.C index c5a758e..20d5fec 100644 --- a/mixer/src/Module.C +++ b/mixer/src/Module.C @@ -691,7 +691,7 @@ Module::draw_label ( int tx, int ty, int tw, int th ) char *di = strstr( lab, " -" ); if ( ! di ) - strstr( lab, " " ); + di = strstr( lab, " " ); if ( di ) *di = '\0';