diff -r 8059b6aa74d7 -r c58b3973337c file.cpp --- a/file.cpp Fri Dec 29 13:52:17 2006 +0000 +++ b/file.cpp Thu May 17 20:19:03 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