X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fcharsetconverter.cpp;h=4685adde2537c3e87b5341ca64fbc474f85dfe43;hb=9a14c0d9f7f7c319e539583b93664953764e83b7;hp=97ba59472dfe0d488439e51e6273d03094614afa;hpb=0574a75431d98ed64c5cc6291600bb3759b399a6;p=fms.git diff --git a/src/charsetconverter.cpp b/src/charsetconverter.cpp index 97ba594..4685add 100644 --- a/src/charsetconverter.cpp +++ b/src/charsetconverter.cpp @@ -39,6 +39,7 @@ const bool CharsetConverter::SetConversion(const std::string &fromcharset, const { m_fromcharset=""; m_tocharset=""; + return false; } }