]> Cypherpunks repositories - gostls13.git/commit
runtime: remove redundant 0x prefix in error print
authorRuss Cox <rsc@golang.org>
Mon, 13 Jan 2014 16:39:04 +0000 (11:39 -0500)
committerRuss Cox <rsc@golang.org>
Mon, 13 Jan 2014 16:39:04 +0000 (11:39 -0500)
commita2edc469a0d4f744c26d3245a6600a02b4ebf426
tree10d8a9fddab03aff6f4d9ac58216f87d566ef708
parent6f97ef28af33fb8c9a2ce19ae74f04cfbead7e7c
runtime: remove redundant 0x prefix in error print

%x already adds the prefix unconditionally

R=golang-codereviews, bradfitz
CC=golang-codereviews
https://golang.org/cl/51550043
src/pkg/runtime/symtab.c