summaryrefslogtreecommitdiff
path: root/src/lib/fmt.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/fmt.go')
-rw-r--r--src/lib/fmt.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/fmt.go b/src/lib/fmt.go
index 668d608d1..a123931e5 100644
--- a/src/lib/fmt.go
+++ b/src/lib/fmt.go
@@ -16,7 +16,7 @@ package fmt
export Fmt, New;
const NByte = 64;
-const NPows10 = 160; // BUG: why not nelem(pows10);
+const NPows10 = 160;
var ldigits string = "0123456789abcdef"; // BUG: Should be const
var udigits string = "0123456789ABCDEF"; // BUG: Should be const