Re: glitch in my size code?
Re: glitch in my size code?
- Subject: Re: glitch in my size code?
- From: Scott Anguish <email@hidden>
- Date: Tue, 11 May 2004 01:27:00 -0400
On May 10, 2004, at 5:46 PM, Glenn Andreas wrote:
if (totalFileSize = [fileSize
objectForKey:NSFileSize])
total += [totalFileSize intValue];
Is total (properly) declared as an "unsigned long long"? File size is
measured in unsigned long long, not int.
hrm.. The doc lists intValue for those, so that's likely where (s)he
is getting that from.
I've filed a bug.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.