Re: NSFileHandle / NSConcreteFileHandle problem
Re: NSFileHandle / NSConcreteFileHandle problem
- Subject: Re: NSFileHandle / NSConcreteFileHandle problem
- From: Jeff LaMarche <email@hidden>
- Date: Sun, 30 Mar 2008 15:33:13 -0400
On Mar 30, 2008, at 3:30 PM, Jeff LaMarche wrote:
[invocation target] performSelector:[invocation selector]
withObject:fh];
Actually, that would be:
[[invocation target] performSelector:[invocation selector]
withObject:con];
missed a bracket when I copied and pasted :)
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden