No longer support Z as a flag to print size_t, it isn't used by libcurl
authorDaniel Stenberg <daniel@haxx.se>
Fri, 20 Feb 2004 15:16:31 +0000 (15:16 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 20 Feb 2004 15:16:31 +0000 (15:16 +0000)
commitb2e1bf7e7d617bb9437c750d4ad4e392e331adbb
treea667ec7c9c26fb660577795a15589d375f982b99
parent7173a0f7b6004096672a85466753d57a2d2070da
No longer support Z as a flag to print size_t, it isn't used by libcurl
and I doubt anyone else uses it.

Better preprocessor magic for the O flag (for curl_off_t printing) to prevent
compiler warnings.
lib/mprintf.c