Update and fixes.

This commit is contained in:
Steve Checkoway
2003-12-24 20:31:58 +00:00
parent e36b7e0120
commit 6c642539e8
3 changed files with 29 additions and 15 deletions
@@ -82,6 +82,9 @@ void Processor::ProcessLine(const CString& line, unsigned& nextLine)
split(line, ":", parts);
nextLine++;
if (parts.size() == 0)
return;
#pragma mark LABEL
if (parts[0] == "LABEL")