diff options
Diffstat (limited to '')
-rw-r--r-- | src/stringprocbuild.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stringprocbuild.cpp b/src/stringprocbuild.cpp index 56eae12..d0a5951 100644 --- a/src/stringprocbuild.cpp +++ b/src/stringprocbuild.cpp | |||
@@ -48,5 +48,7 @@ std::string StringProcBuild::replVars( const std::string &sSrc, const std::strin | |||
48 | sSrc.c_str() | 48 | sSrc.c_str() |
49 | ); | 49 | ); |
50 | } | 50 | } |
51 | |||
52 | return sDes; | ||
51 | } | 53 | } |
52 | 54 | ||