Revision: 7234
http://skim-app.svn.sourceforge.net/skim-app/?rev=7234&view=rev
Author: hofman
Date: 2011-05-15 12:32:00 +0000 (Sun, 15 May 2011)
Log Message:
-----------
assignment instead of comparison
Modified Paths:
--------------
trunk/SKImageToolTipContext.m
Modified: trunk/SKImageToolTipContext.m
===================================================================
--- trunk/SKImageToolTipContext.m 2011-05-15 12:31:47 UTC (rev 7233)
+++ trunk/SKImageToolTipContext.m 2011-05-15 12:32:00 UTC (rev 7234)
@@ -213,7 +213,7 @@
while (NSNotFound != (i = [string
rangeOfCharacterFromSet:[NSCharacterSet whitespaceAndNewlineCharacterSet]
options:NSBackwardsSearch | NSAnchoredSearch range:r].location))
r.length = i - r.location;
if (r.length == 0)
- attrString == nil;
+ attrString = nil;
else if (NSMaxRange(r) < l)
attrString = [attrString attributedSubstringFromRange:r];
}
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit