Descriptionmacho: fix printf type mismatches
The %ld expects a long signed integer, but we're passing in a size_t.
Use %zu which is an unsigned size_t type.
R=ted.mielczarek@gmail.com
Committed: https://chromium.googlesource.com/breakpad/breakpad/+/b5712766f64605f99fce76924180678d7994d56d
Patch Set 1 #
Messages
Total messages: 5 (2 generated)
|