Ticket #37974: patch-PortsTableController.m.diff
File patch-PortsTableController.m.diff, 382 bytes (added by IanWadham, 12 years ago) |
---|
-
PortsTableController.m
old new 71 71 #pragma mark Private Methods 72 72 73 73 - (void)changePredicateEditorSize:(NSInteger) newRowCount { 74 NSLog(@"ROWS: % d",newRowCount);74 NSLog(@"ROWS: %ld", (long)newRowCount); 75 75 if (newRowCount == rowCount) 76 76 return; 77 77