summary refs log tree commit diff stats
path: root/lib/pure
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2011-01-09 14:59:49 +0100
committerAraq <rumpf_a@web.de>2011-01-09 14:59:49 +0100
commitf31eab8536a5015e1754e10f51cf39ad50777401 (patch)
tree339cf7b0eac979527914117fcfa84401cbf68983 /lib/pure
parent064417fc5a6236e76d959a1a0fb43f68ab099d33 (diff)
downloadNim-f31eab8536a5015e1754e10f51cf39ad50777401.tar.gz
bugfix: floating point precision; added strutils.formatFloat
Diffstat (limited to 'lib/pure')
-rwxr-xr-xlib/pure/httpserver.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pure/httpserver.nim b/lib/pure/httpserver.nim
index cb36ea541..bb7f42a7a 100755
--- a/lib/pure/httpserver.nim
+++ b/lib/pure/httpserver.nim
@@ -1,7 +1,7 @@
 #
 #
 #            Nimrod's Runtime Library
-#        (c) Copyright 2010 Andreas Rumpf
+#        (c) Copyright 2011 Andreas Rumpf
 #
 #    See the file "copying.txt", included in this
 #    distribution, for details about the copyright.