FreeBSD Port: qmail-1.03_3

Michael Sierchio ducatista at camber-thrust.net
Tue Jan 25 21:50:54 PST 2005


Joe Marcus Clarke wrote:

>>-     while ((k > i) && (cmds.s[k - 1] == ' ') || (cmds.s[k - 1] == '\t'))

> Actually, if k is less than or equal to i and cmds.s[k-1] is a tab, then
> the first bit of code evaluates to true

if k is less than or equal to i, none of the rest of the statements
are evaluated.

They don't make C programmers like they used to!



More information about the freebsd-ports mailing list