diff --git a/makespec/BUILDVERSION b/makespec/BUILDVERSION index 204838f1..e8ccb6f2 100644 --- a/makespec/BUILDVERSION +++ b/makespec/BUILDVERSION @@ -1 +1 @@ -4952 +4954 \ No newline at end of file diff --git a/src/common/QvHelpers.cpp b/src/common/QvHelpers.cpp index b1d16922..32913759 100644 --- a/src/common/QvHelpers.cpp +++ b/src/common/QvHelpers.cpp @@ -47,7 +47,7 @@ namespace Qv2ray::common if (state.invalidChars > 0) { LOG(MODULE_FILEIO, "Not a valid UTF-8 sequence: " + source->fileName()) - return source->readAll(); + return byteArray; } else {