Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
add is_dot_or_dotdot inline function
[gitweb.git]
/
check-racy.c
diff --git
a/check-racy.c
b/check-racy.c
index d6a08b4a55273af1a5f2933f3b5c6cb818ba74c6..00d92a16631a80ff8ec4e995dafcd3e55434fad5 100644
(file)
--- a/
check-racy.c
+++ b/
check-racy.c
@@
-18,7
+18,7
@@
int main(int ac, char **av)
if (ce_match_stat(ce, &st, 0))
dirty++;
- else if (ce_match_stat(ce, &st,
2
))
+ else if (ce_match_stat(ce, &st,
CE_MATCH_RACY_IS_DIRTY
))
racy++;
else
clean++;