diff --git a/ust.cpp b/ust.cpp index b408591..ff34cca 100644 --- a/ust.cpp +++ b/ust.cpp @@ -142,7 +142,7 @@ string getFileName(const string& s) { return(s.substr(i+1, s.length() - i)); } - return(""); + return s; }