changeset 442 | dfbc371b7280 |
parent 412 | 8059b6aa74d7 |
child 502 | f3465a5f0dc4 |
1.1 --- a/file.cpp Fri Dec 29 13:52:17 2006 +0000 1.2 +++ b/file.cpp Sat Mar 31 09:28:27 2007 +0000 1.3 @@ -210,7 +210,7 @@ 1.4 { 1.5 if (zipProc->exitCode()>0) 1.6 { 1.7 - if (zipProc->exitStatus()==9) 1.8 + if (zipProc->exitCode()==9) 1.9 // no zipped file, but maybe .xml or old version? Try again. 1.10 err=nozip; 1.11 else