Added support for kNuProgressAborted.

This commit is contained in:
Andy McFadden 2003-02-08 22:30:30 +00:00
parent 5ce040cbdc
commit 861eb84b4d
1 changed files with 4 additions and 0 deletions

View File

@ -384,6 +384,10 @@ ProgressUpdater(NuArchive* pArchive, void* vProgress)
actionStr = nil;
percStr = "SKIP\n";
break;
case kNuProgressAborted: /* not currently possible in NuLib2 */
actionStr = nil;
percStr = "CNCL\n";
break;
case kNuProgressFailed:
actionStr = nil;
percStr = "FAIL\n";