Is this a typo
Martin Mares
mj at ucw.cz
Thu Jan 4 19:10:19 CET 2001
Hello!
> 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)
No, it's a real assignment.
Have a nice fortnight
--
Martin `MJ' Mares <mj at ucw.cz> http://atrey.karlin.mff.cuni.cz/~mj/
Faculty of Math and Physics, Charles University, Prague, Czech Rep., Earth
P.C.M.C.I.A. stands for `People Can't Memorize Computer Industry Acronyms'
More information about the Bird-users
mailing list