View Single Post
Torkell

Stealth Admin

Joined: Jul 2004

Posts: 2,153

Torkell is a forum legendTorkell is a forum legendTorkell is a forum legend

Jun 10, 2006, 11:01 AM
Torkell is offline
Reply With Quote
Been there, done that.

The last one of those I did was using "||" when I meant to use "|". A logical and a bitwise OR are two different things, and "FD_READ || FD_WRITE || FD_ACCEPT" does not work particularly well.

Took me a good hour to track that one down.
__________________
-- Torkell