Find a file
mauro.giachero d789a128e8 Invert can_skip_line() return value logic.
Code reading suggests that if "can_skip_line $FOO" is true,
the line can be skipped. Unfortunately, the code acts
backwards (if the function returns 0, the line _can't_ be
skipped).
Invert the function return logic so to make the code less
confusing.

Signed-off-by: Mauro Giachero <mauro.giachero@gmail.com>
2009-05-21 16:34:59 +00:00
src Invert can_skip_line() return value logic. 2009-05-21 16:34:59 +00:00
tools New repository layout implementation. 2009-05-18 09:03:18 +00:00
ChangeLog-current.txt update ChangeLog-current.txt 2009-05-21 13:24:50 +00:00