From: Jay Freeman (saurik) Date: Thu, 24 Feb 2011 01:05:02 +0000 (-0800) Subject: Comment document another cache_.Open() error. X-Git-Tag: v1.1.0%b1~233 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/f549c55a34cd82d7e00cb4c9480dd79e38687f71 Comment document another cache_.Open() error. --- diff --git a/MobileCydia.mm b/MobileCydia.mm index 51588303..de54853c 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -3623,8 +3623,9 @@ static NSString *Warning_; [delegate_ repairWithSelector:@selector(configure)]; else if (error == "The package lists or status file could not be parsed or opened.") [delegate_ repairWithSelector:@selector(update)]; - // else if (error == "Could not open lock file /var/lib/dpkg/lock - open (13 Permission denied)") // else if (error == "Could not get lock /var/lib/dpkg/lock - open (35 Resource temporarily unavailable)") + // else if (error == "Could not open lock file /var/lib/dpkg/lock - open (13 Permission denied)") + // else if (error == "Malformed Status line") // else if (error == "The list of sources could not be read.") else { [delegate_ addProgressEventOnMainThread:[CydiaProgressEvent eventWithMessage:[NSString stringWithUTF8String:error.c_str()] ofType:(warning ? @"WARNING" : @"ERROR")] forTask:title];