diff options
author | Araq <rumpf_a@web.de> | 2011-01-09 14:59:49 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-01-09 14:59:49 +0100 |
commit | f31eab8536a5015e1754e10f51cf39ad50777401 (patch) | |
tree | 339cf7b0eac979527914117fcfa84401cbf68983 /lib/pure | |
parent | 064417fc5a6236e76d959a1a0fb43f68ab099d33 (diff) | |
download | Nim-f31eab8536a5015e1754e10f51cf39ad50777401.tar.gz |
bugfix: floating point precision; added strutils.formatFloat
Diffstat (limited to 'lib/pure')
-rwxr-xr-x | lib/pure/httpserver.nim | 2 |
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. |