X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fcharsetconverter.cpp;h=30262076b1bfbff8c617a149c141b09200f9cf94;hb=0236076defe60bcd4b3a25c23efa53c21993a48e;hp=4685adde2537c3e87b5341ca64fbc474f85dfe43;hpb=9a14c0d9f7f7c319e539583b93664953764e83b7;p=fms.git diff --git a/src/charsetconverter.cpp b/src/charsetconverter.cpp index 4685add..3026207 100644 --- a/src/charsetconverter.cpp +++ b/src/charsetconverter.cpp @@ -66,6 +66,7 @@ const bool CharsetConverter::Convert(const std::string &input, std::string &outp outvec.resize(outptr-&outvec[0]); output=""; output.append(outvec.begin(),outvec.end()); + return true; } else {