Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
[PATCH] cvsimport: allow remote CVS repos
[gitweb.git]
/
check-files.c
diff --git
a/check-files.c
b/check-files.c
index bfd5590e047a6ee0f7d9db956cc489ffc23dcd5a..6fd69e79d6c253937498c553662ebe832a020449 100644
(file)
--- a/
check-files.c
+++ b/
check-files.c
@@
-31,7
+31,7
@@
static void check_file(const char *path)
if (lstat(path, &st) < 0)
die("lstat(%s): %s", path, strerror(errno));
- changed = c
ach
e_match_stat(ce, &st);
+ changed = ce_match_stat(ce, &st);
if (changed)
die("preparing to update file '%s' not uptodate in cache", path);
}