mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-15 05:25:20 +00:00
Fixes for Xcode 14.3
This commit is contained in:
parent
d240d2c81c
commit
8d6593054d
@ -1 +1 @@
|
||||
Subproject commit 7a2573377d1cc233a487b4ce6070f5077765bc6e
|
||||
Subproject commit c9794f7925f304bc163e91f026123472f88c00eb
|
@ -38,7 +38,7 @@ static bool cleanArch(std::vector<uint8_t> &archData, bool &isEncrypted) {
|
||||
offset += sizeof(struct mach_header_64);
|
||||
break;
|
||||
default:
|
||||
return nullptr;
|
||||
return false;
|
||||
}
|
||||
|
||||
uint32_t commandCount = swap32(header->ncmds);
|
||||
|
Loading…
x
Reference in New Issue
Block a user