tor/src
Nick Mathewson 393e4fb5b5 Use %f with printf-style formatting, not %lf
For printf, %f and %lf are synonymous, since floats are promoted to
doubles when passed as varargs.  It's only for scanf that we need to
say "%lf" for doubles and "%f" for floats.

Apparenly, some older compilers think it's naughty to say %lf and like
to spew warnings about it.

Found by grarpamp.
2011-08-30 20:44:42 -04:00
..
common lround() missing in MSVC 2011-08-24 13:52:44 -04:00
config Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2 2011-08-08 17:21:21 -04:00
or Use %f with printf-style formatting, not %lf 2011-08-30 20:44:42 -04:00
test Use %f with printf-style formatting, not %lf 2011-08-30 20:44:42 -04:00
tools Specify text or binary mode in every start_writing_to_stdio_file call 2011-07-19 11:11:34 -04:00
win32 bump to 0.2.2.19-alpha 2010-11-21 18:00:12 -05:00
Makefile.am Move testing code into new src/test directory. 2009-09-23 00:24:43 -04:00