Revision: 3030
          http://skim-app.svn.sourceforge.net/skim-app/?rev=3030&view=rev
Author:   hofman
Date:     2007-10-10 10:52:58 -0700 (Wed, 10 Oct 2007)

Log Message:
-----------
Fix typo in last commit.

Modified Paths:
--------------
    trunk/SKTemplateParser.m

Modified: trunk/SKTemplateParser.m
===================================================================
--- trunk/SKTemplateParser.m    2007-10-10 17:49:30 UTC (rev 3029)
+++ trunk/SKTemplateParser.m    2007-10-10 17:52:58 UTC (rev 3030)
@@ -364,7 +364,7 @@
                                 [subTemplates addObject:[subTemplate 
substringToIndex:altTagRange.location]];
                                 if ([matchString hasPrefix:@"$"])
                                     matchString = [object 
safeValueForKeyPath:[matchString substringFromIndex:1]];
-                                [matchStrings addObject:matchString ? 
matchString : @"", nil];
+                                [matchStrings addObject:matchString ? 
matchString : @""];
                                 subTemplate = [subTemplate 
substringFromIndex:NSMaxRange(altTagRange)];
                                 altTagRange = altTemplateTagRange(subTemplate, 
altTag, CONDITIONTAG_CLOSE_DELIM, &matchString);
                             }


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

Reply via email to