Fix pointer format specifier in documentation (#614)

This commit is contained in:
Andre Nguyen 2020-02-04 17:20:19 -05:00 committed by GitHub
parent 0f86336b69
commit 36bcd9599b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -89,7 +89,7 @@ void InitializeSymbolizer(const char* argv0);
// if (absl::Symbolize(pc, tmp, sizeof(tmp))) {
// symbol = tmp;
// }
// absl::PrintF("%*p %s\n", pc, symbol);
// absl::PrintF("%p %s\n", pc, symbol);
// }
bool Symbolize(const void *pc, char *out, int out_size);