]> Cypherpunks repositories - gostls13.git/commit
cmd/gc: avoid %#016x, which really means Go's %#014x
authorRuss Cox <rsc@golang.org>
Sat, 7 Feb 2015 11:51:44 +0000 (06:51 -0500)
committerRuss Cox <rsc@golang.org>
Wed, 11 Feb 2015 21:45:32 +0000 (21:45 +0000)
commitf58a5cb9e2d03ff1baa37cce63766cdb8cba7221
tree893d4aa81905a16e6a5201fac5a25a26961ec6e2
parent7c3eeda66f46ed12a4f1472ef4878904fe5a8e33
cmd/gc: avoid %#016x, which really means Go's %#014x

(In non-Go print formats, the 016 includes the leading 0x prefix.
No one noticed, but we were printing hex numbers with a minimum
of 30 digits, not 32.)

Change-Id: I10ff7a51a567ad7c8440418ac034be9e4b2d6bc1
Reviewed-on: https://go-review.googlesource.com/4592
Reviewed-by: Austin Clements <austin@google.com>
src/cmd/gc/reflect.c