projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5b8cc4
)
(excluded_filename): 0 -> false, since it's a boolean context.
author
Jim Meyering
<jim@meyering.net>
Sun, 30 Sep 2001 06:26:46 +0000
(06:26 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sun, 30 Sep 2001 06:26:46 +0000
(06:26 +0000)
lib/exclude.c
patch
|
blob
|
history
diff --git
a/lib/exclude.c
b/lib/exclude.c
index e44145c8a83df8ae98cd3de0d50366b9f6d40a0e..e3f2225676472c509fe71a76eb56bfbf6973e4bf 100644
(file)
--- a/
lib/exclude.c
+++ b/
lib/exclude.c
@@
-147,7
+147,7
@@
excluded_filename (struct exclude const *ex, char const *f)
/* If no options are given, the default is to include. */
if (exclude_count == 0)
- return
0
;
+ return
false
;
else
{
struct patopts const *exclude = ex->exclude;