]> Cypherpunks repositories - gostls13.git/commit
fmt: fix crash for Printf("%.", 3)
authorRob Pike <r@golang.org>
Mon, 29 Apr 2013 20:52:07 +0000 (13:52 -0700)
committerRob Pike <r@golang.org>
Mon, 29 Apr 2013 20:52:07 +0000 (13:52 -0700)
commitb42c8294ebe5bde8e7368716f909385cf7be148d
tree422599bdcb211e6155739bb166005aed80c57d2c
parent5b78cee3764ea71722a56dc2e1b33ae7e90e5427
fmt: fix crash for Printf("%.", 3)
Fixes #5311

R=golang-dev, bradfitz, iant
CC=golang-dev
https://golang.org/cl/8961050
src/pkg/fmt/fmt_test.go
src/pkg/fmt/print.go