Revision: 3320
http://skim-app.svn.sourceforge.net/skim-app/?rev=3320&view=rev
Author: hofman
Date: 2007-12-07 05:02:36 -0800 (Fri, 07 Dec 2007)
Log Message:
-----------
Use integer version number components.
Modified Paths:
--------------
trunk/SKVersionNumber.m
Modified: trunk/SKVersionNumber.m
===================================================================
--- trunk/SKVersionNumber.m 2007-12-07 12:50:47 UTC (rev 3319)
+++ trunk/SKVersionNumber.m 2007-12-07 13:02:36 UTC (rev 3320)
@@ -189,8 +189,8 @@
unsigned int index, count = MAX(componentCount, [otherVersion
componentCount]);
for (index = 0; index < count; index++) {
- unsigned int component = [self componentAtIndex:index];
- unsigned int otherComponent = [otherVersion componentAtIndex:index];
+ int component = [self componentAtIndex:index];
+ int otherComponent = [otherVersion componentAtIndex:index];
if (component < otherComponent)
return NSOrderedAscending;
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit