X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=vcs-svn%2Frepo_tree.c;h=c3f198d29a4b90ee5959be750de0b764b5ea59e6;hb=6e06367ab0586189940a7f08c394d13fce14e87f;hp=a21d89de97404479ecf2ca46824f61acb7af56e6;hpb=43a3b0284f97c9beb31ba3d53ffb8a191314b1f4;p=git.git diff --git a/vcs-svn/repo_tree.c b/vcs-svn/repo_tree.c index a21d89de9..c3f198d29 100644 --- a/vcs-svn/repo_tree.c +++ b/vcs-svn/repo_tree.c @@ -109,7 +109,7 @@ static struct repo_dirent *repo_read_dirent(uint32_t revision, static void repo_write_dirent(const uint32_t *path, uint32_t mode, uint32_t content_offset, uint32_t del) { - uint32_t name, revision, dir_o = ~0, parent_dir_o = ~0; + uint32_t name, revision, dir_o = ~0U, parent_dir_o = ~0U; struct repo_dir *dir; struct repo_dirent *key; struct repo_dirent *dent = NULL;