diff -r 8059b6aa74d7 -r a76dcf52f15e file.cpp --- a/file.cpp Fri Dec 29 13:52:17 2006 +0000 +++ b/file.cpp Wed Apr 11 09:21:14 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