Use NSInteger where absolutely required.
commitc26cc70c5637c9138dba3795230df1a928666f83
authorKalle Olavi Niemitalo <kon@iki.fi>
Fri, 2 Nov 2007 07:49:06 +0000 (2 09:49 +0200)
committerKalle Olavi Niemitalo <kon@hanna-niemitalo.Niemitalo.local>
Fri, 2 Nov 2007 07:49:06 +0000 (2 09:49 +0200)
tree5d12d4d1b6b902554d54a9af18de5704b63a4ed4
parent90bbbc278d28d5e837531552b1ea7d8d8d3a092e
Use NSInteger where absolutely required.

-[NSCalendarDate years:months:days:hours:minutes:seconds:sinceDate:]
expects output arguments to be NSInteger* in Leopard, and NSInteger
can be 64-bit whereas int is 32-bit, so int* won't do.
DataHandler.m