looks like Intel vs. PowerPC difference
looks like Intel vs. PowerPC difference
- Subject: looks like Intel vs. PowerPC difference
- From: Andrei Tchijov <email@hidden>
- Date: Thu, 3 Aug 2006 13:37:20 -0400
It looks like
+[ NSStream (void)getStreamsToHost:(NSHost *)host port:(int)port
inputStream:(NSInputStream **)inputStream outputStream:
(NSOutputStream **)outputStream ]
works slightly different on Intel, compare to PowerPC. On PowerPC,
when this method fails, it will set inputStream/outputStream to nil.
It looks like on Intel, in case of failure, it leaves inputStream/
outputStream untouched.
Does it sound right, or am I hallucinating?
Andrei Tchijov
Leaping Bytes, LLC
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden