diff options
Diffstat (limited to 'view/sharedcache/core/MachO.cpp')
| -rw-r--r-- | view/sharedcache/core/MachO.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/sharedcache/core/MachO.cpp b/view/sharedcache/core/MachO.cpp index 68081710..49953911 100644 --- a/view/sharedcache/core/MachO.cpp +++ b/view/sharedcache/core/MachO.cpp @@ -490,7 +490,7 @@ std::vector<CacheSymbol> SharedCacheMachOHeader::ReadSymbolTable(VirtualMemory& { // TODO: where logger? LogError( - "Symbol entry at index %llu has a string offset of %u which is outside the strings buffer of size %u " + "Symbol entry at index %llu has a string offset of %u which is outside the strings buffer of size %llu " "for symbol table %x", entryIndex, nlist.n_strx, stringInfo.address, stringInfo.entries); continue; |
