diff --git a/lib/external/pattern_language b/lib/external/pattern_language index d52e35f8d..61151f383 160000 --- a/lib/external/pattern_language +++ b/lib/external/pattern_language @@ -1 +1 @@ -Subproject commit d52e35f8d30665e98cffe66ae4e67cbc28578693 +Subproject commit 61151f383ff62fba53ce1fa9d9e22db76586d5c2 diff --git a/lib/libimhex/source/helpers/file.cpp b/lib/libimhex/source/helpers/file.cpp index e24765601..9e13a99c6 100644 --- a/lib/libimhex/source/helpers/file.cpp +++ b/lib/libimhex/source/helpers/file.cpp @@ -105,7 +105,7 @@ namespace hex::fs { return u8""; auto cString = reinterpret_cast(bytes.data()); - return { cString, hex::strnlen(reinterpret_cast(bytes.data()), bytes.size())) }; + return { cString, hex::strnlen(reinterpret_cast(bytes.data()), bytes.size()) }; } void File::write(const u8 *buffer, size_t size) {