diff options
Diffstat (limited to 'synth/util.cpp')
-rw-r--r-- | synth/util.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synth/util.cpp b/synth/util.cpp index ca213fd..51e6fda 100644 --- a/synth/util.cpp +++ b/synth/util.cpp @@ -192,7 +192,7 @@ string extract_val(string s) if (p!=string::npos) return s.substr(p+1); else - return ""; + return s; } string fileext(string f) |