Skip to content

Commit

Permalink
Fix pointer format specifier in documentation (#614)
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-nguyen authored Feb 4, 2020
1 parent 0f86336 commit 36bcd95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion absl/debugging/symbolize.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 36bcd95

Please sign in to comment.