No null terminator... Now it's perfectly possible the bytes will get written into a zeroed block, and so there will be a null terminator purely by chance some times, and not other times.
Why the NSData? Why not just get a C string from searchStr, if that's what you want? Otherwise, in general an NSData is not a string; it won't end with a 0 byte unless you put one there, and it can contain 0s mid-stream as well. That's why it's got an explicit length. -- Scott Ribe [email protected] http://www.killerbytes.com/ (303) 722-0567 voice _______________________________________________ Cocoa-dev mailing list ([email protected]) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
