Use the z-option to printf %d for size_t printf. z is supported by the
authorDaniel Stenberg <daniel@haxx.se>
Mon, 1 Mar 2004 12:45:12 +0000 (12:45 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 1 Mar 2004 12:45:12 +0000 (12:45 +0000)
commit87e7f4f688d4a1fa601c59c56d0fe4055df806ba
tree6a400d956055a7c6ba097892b0a36e68e4194665
parent5eeaff823506ab8a97801d3d7f9cf7f668681b58
Use the z-option to printf %d for size_t printf. z is supported by the
libcurl *printf and by Linux printf(). This should make the code work nicely
even for 64bit size_ts.
src/main.c