Allow -timeIncrement to be a float
authorH.G. Muller <h.g.muller@hccnet.nl>
Tue, 5 Oct 2010 19:14:08 +0000 (21:14 +0200)
committerArun Persaud <arun@nubati.net>
Fri, 8 Oct 2010 02:29:52 +0000 (19:29 -0700)
commit66a4d3394a1b23ab654e3fb6027ad9b5b2bd461c
tree01ca3171bf63d3ac3b0bd190f940011504d01c90
parentc95ef32a700132a134f335f857ca6f1b6f3c169f
Allow -timeIncrement to be a float

The increment can now be fractional seconds. The printing in
ParseTimeControl() and SendTimeControl() is done with %g format, so that
for integer increment there is backward compatibility with the old level
command.
args.h
backend.c
backend.h
common.h