Ticket #37974: patch-PortsTableController.m.diff

File patch-PortsTableController.m.diff, 382 bytes (added by IanWadham, 11 years ago)
  • PortsTableController.m

    old new  
    7171#pragma mark Private Methods
    7272
    7373- (void)changePredicateEditorSize:(NSInteger) newRowCount {
    74     NSLog(@"ROWS: %d", newRowCount);
     74    NSLog(@"ROWS: %ld", (long)newRowCount);
    7575    if (newRowCount == rowCount)
    7676        return;
    7777