early-access version 3652

This commit is contained in:
pineappleEA
2023-06-09 05:51:03 +02:00
parent 90890994cd
commit 8400bd3d7b
4 changed files with 16 additions and 11 deletions

View File

@@ -48,7 +48,7 @@ std::array<u8, 0x10> ConstructFromRawString(std::string_view raw_string) {
}
std::array<u8, 0x10> ConstructFromFormattedString(std::string_view formatted_string) {
std::array<u8, 0x10> uuid;
std::array<u8, 0x10> uuid{};
size_t i = 0;