]> git.ipfire.org Git - thirdparty/git.git/blobdiff - convert.c
test-ref-store: remove force-create argument for create-reflog
[thirdparty/git.git] / convert.c
index 0d6fb3410aecefb8379e1fd2400c9cdd7a248117..df7186bd813a2eebabeb57bb6ef0bef2d8b5cc9b 100644 (file)
--- a/convert.c
+++ b/convert.c
@@ -613,7 +613,7 @@ static int crlf_to_worktree(const char *src, size_t len, struct strbuf *buf,
 
 struct filter_params {
        const char *src;
-       unsigned long size;
+       size_t size;
        int fd;
        const char *cmd;
        const char *path;