Is this a typo

Zheng Yuan {ZYUAN1} zyuan1 at cig.mot.com
Thu Jan 4 00:17:38 CET 2001


Line 64 in CLI.c

if (!(o = c->tx_write) || o->wpos + size > o->end) 

isnt that should be 

if (!(o == c->tx_write) || o->wpos + size > o->end)


BTW, is there anyone who is also interested in studying the source code? I
would be very interested if we could form a study group or something else?

Thanx!




More information about the Bird-users mailing list