Revision: 3039
http://skim-app.svn.sourceforge.net/skim-app/?rev=3039&view=rev
Author: hofman
Date: 2007-10-13 11:14:13 -0700 (Sat, 13 Oct 2007)
Log Message:
-----------
fix recursion crasher
Modified Paths:
--------------
trunk/SKTag.m
Modified: trunk/SKTag.m
===================================================================
--- trunk/SKTag.m 2007-10-13 11:21:24 UTC (rev 3038)
+++ trunk/SKTag.m 2007-10-13 18:14:13 UTC (rev 3039)
@@ -49,7 +49,10 @@
@implementation SKValueTag
- (id)initWithKeyPath:(NSString *)aKeyPath {
- return [self initWithKeyPath:aKeyPath];
+ if (self = [super init]) {
+ keyPath = [aKeyPath copy];
+ }
+ return self;
}
- (void)dealloc {
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit