diff -r 8059b6aa74d7 -r c56ce5d81cc3 file.cpp --- a/file.cpp Fri Dec 29 13:52:17 2006 +0000 +++ b/file.cpp Tue Apr 10 13:22:51 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