diff -r fb74fa7bfb4c -r 9ae68208e2ff file.cpp --- a/file.cpp Mon Feb 12 09:28:47 2007 +0000 +++ b/file.cpp Mon Feb 19 12:01:52 2007 +0000 @@ -210,7 +210,7 @@ { if (zipProc->exitCode()>0) { - if (zipProc->exitStatus()==9) + if (zipProc->exitCode()==9) // no zipped file, but maybe .xml or old version? Try again. err=nozip; else