]> pd.if.org Git - pdclib.old/commit
rename: test driver checked for rv == -1 on failure. Standard defines failure as...
authorOwen Shepherd <owen.shepherd@e43.eu>
Wed, 22 Aug 2012 13:20:55 +0000 (14:20 +0100)
committerOwen Shepherd <owen.shepherd@e43.eu>
Wed, 22 Aug 2012 13:20:55 +0000 (14:20 +0100)
commit4fa9051e2e7b88116c5557321a119e1072227487
tree4c24e3d51abca9ef52588924af925a4c6dd9e415
parent3c3af65aab358b24abfbe311e6e56ce9387b1357
rename: test driver checked for rv == -1 on failure. Standard defines failure as any non-zero return; now check rv != 0. This makes the testsuite complete on win32 without failures (excepting disabled/not yet tested warnings)
functions/stdio/rename.c