Ticket #32952: Portfile.diff

File Portfile.diff, 538 bytes (added by mklein-de (Michael Klein), 12 years ago)
  • src/GlobalClasses/AKPrefUtils.m

    old new  
    5858    NSMutableArray *fwNames = [NSMutableArray arrayWithArray:prefArray];
    5959   
    6060    // In older versions, "AppKit" was saved as "ApplicationKit" in prefs.
    61     unsigned index = [fwNames indexOfObject:@"ApplicationKit"];
     61    NSUInteger index = [fwNames indexOfObject:@"ApplicationKit"];
    6262    if (index != NSNotFound)
    6363    {
    6464        [fwNames removeObjectAtIndex:index];