file.cpp
changeset 428 9ae68208e2ff
parent 412 8059b6aa74d7
child 502 f3465a5f0dc4
     1.1 --- a/file.cpp	Mon Feb 12 09:28:47 2007 +0000
     1.2 +++ b/file.cpp	Mon Feb 19 12:01:52 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