Chameleon Applications

Chameleon Applications Commit Details

Date:2011-12-04 00:27:05 (12 years 3 months ago)
Author:Rekursor
Commit:390
Parents: 389
Message:Fixed extra warning in 32 bits
Changes:
M/trunk/ChameleonPrefPane/Sources/TableViewsController.mm

File differences

trunk/ChameleonPrefPane/Sources/TableViewsController.mm
251251
252252
253253
254
254
255255
256256
257257
[partInfo release];
NSLog(@"object at column %@ row %ld Set %@", [[tableColumn headerCell] stringValue], row, object);
NSLog(@"object at column %@ row %ld Set %@", [[tableColumn headerCell] stringValue], (long) row, object);
}
//--------------------------------------------------------------------------
- (NSInteger) numberOfRowsInTableView:(NSTableView *)tableView

Archive Download the corresponding diff file

Revision: 390