tree 54aca1a1c5f41995c79fdf6b5f720574d0bfd8ef parent 50a6596bf7f51ecd598cd02d9c44379a9b92044a author Brad Roberts <[EMAIL PROTECTED]> 1114077105 -0700 committer Brad Roberts <[EMAIL PROTECTED]> 1114077105 -0700
[PATCH] migrate check-files.c to the new cache api's Signed-off-by: Brad Roberts <[EMAIL PROTECTED]> --- check-files.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: check-files.c =================================================================== --- 50a6596bf7f51ecd598cd02d9c44379a9b92044a:1/check-files.c (mode:100644 sha1:7d16691aa9d51b5b4670d5837b3527ee7c7da79c) +++ a94803645fb68119be8835d466585c91e664a173:1/check-files.c (mode:100644 sha1:919e418b5f0f85220445c876a37bf4cf61d26525) @@ -26,7 +26,7 @@ pos = cache_name_pos(path, strlen(path)); if (pos < 0) die("preparing to update existing file '%s' not in cache", path); - ce = active_cache[pos]; + ce = get_cache_entry(pos); if (fstat(fd, &st) < 0) die("fstat(%s): %s", path, strerror(errno)); - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html