]> git.ipfire.org Git - thirdparty/curl.git/commit
Fix wrong signed int formatting string directive in test case #557.
authorYang Tse <yangsita@gmail.com>
Sun, 24 Aug 2008 17:10:24 +0000 (17:10 +0000)
committerYang Tse <yangsita@gmail.com>
Sun, 24 Aug 2008 17:10:24 +0000 (17:10 +0000)
commit62d94ff342d3834fc6439afd90e070ea7a9be93e
treef9d66d43f5343f19a16501642fdf895d21f3dd00
parentcbc04a7d40895d731d833c34d1c55e31b3fe4b79
Fix wrong signed int formatting string directive in test case #557.

This error did not cause test failures on systems where sizeof(int) == sizeof(long).
tests/libtest/lib557.c