Limit message log to 1000 lines.

This commit is contained in:
Mitchell Livingston
2006-08-24 01:55:09 +00:00
parent 68a9a6ba85
commit 5afda00ddc
2 changed files with 27 additions and 14 deletions

View File

@@ -33,6 +33,8 @@
NSTimer * fTimer;
NSDictionary * fAttributes;
int fLines;
}
- (void) updateLog: (NSTimer *) timer;