mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-25 06:49:29 +00:00
As previous commit, this code assumed pointers are unsigned int, for display purpose. Replaced the cast with the native '%p' token from NSMutableString::appendFormat that's provided for pointer address output.