Tue, 21 May 2013 14:24:41 +0300
fix basename
src/file.cpp | file | annotate | diff | comparison | revisions |
--- a/src/file.cpp Tue May 21 14:24:10 2013 +0300 +++ b/src/file.cpp Tue May 21 14:24:41 2013 +0300 @@ -133,7 +133,7 @@ if (lastpos < (log) path.len () - 1) return path.substr (lastpos + 1, -1); - return ""; + return path; } // =============================================================================