[Libsysio-commit] HEAD: libsysio/tests test_rename.c
Brought to you by:
lward
From: jaschut <ja...@us...> - 2003-10-28 18:14:22
|
Update of /cvsroot/libsysio/libsysio/tests In directory sc8-pr-cvs1:/tmp/cvs-serv32370 Modified Files: test_rename.c Log Message: We need to initialize the return status in the event things go well. Index: test_rename.c =================================================================== RCS file: /cvsroot/libsysio/libsysio/tests/test_rename.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -w -b -B -p -r1.1 -r1.2 --- test_rename.c 13 Oct 2003 21:23:44 -0000 1.1 +++ test_rename.c 28 Oct 2003 18:14:11 -0000 1.2 @@ -79,7 +79,7 @@ int main(int argc, char * const argv[]) { int i; - int err; + int err = 0; const char *spath, *dpath; /* |