Skip to content

Commit

Permalink
- Fixed a bug which caused out-of-bounds index exception when code wa…
Browse files Browse the repository at this point in the history
…s compiled as 64-bit
  • Loading branch information
nikita-zhuk committed Jun 4, 2011
1 parent 96786d4 commit 2cc83ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MiscMerge/MiscMergeEngine.m
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ - (MiscMergeTemplate *)template
"*/
- (void)setMainObject:(id)anObject
{
unsigned oldIndex = NSNotFound;
NSUInteger oldIndex = NSNotFound;

if (currentObject != nil)
{
Expand Down

0 comments on commit 2cc83ab

Please sign in to comment.