diff options
| author | Chris Young <chris@unsatisfactorysoftware.co.uk> | 2012-06-13 23:28:51 +0100 |
|---|---|---|
| committer | Chris Young <chris@unsatisfactorysoftware.co.uk> | 2012-06-13 23:28:51 +0100 |
| commit | a21bb1aa33e9887c06852db62526895df6091736 (patch) | |
| tree | 6e05069971f04fb91f36d91818f78a62de93c1b1 /tests-clar/index/tests.c | |
| parent | 96ef3d84629ef72fb662d95abbab3de634921678 (diff) | |
| parent | 86ea6ceda75274621b7d5c3023c5b04da3ab677e (diff) | |
| download | libgit2-a21bb1aa33e9887c06852db62526895df6091736.tar.gz | |
Merge remote-tracking branch 'source/development' into development
Diffstat (limited to 'tests-clar/index/tests.c')
| -rw-r--r-- | tests-clar/index/tests.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests-clar/index/tests.c b/tests-clar/index/tests.c index 3436f8d1e..a535d6815 100644 --- a/tests-clar/index/tests.c +++ b/tests-clar/index/tests.c @@ -33,7 +33,7 @@ static void copy_file(const char *src, const char *dst) cl_git_pass(git_futils_readbuffer(&source_buf, src)); - dst_fd = git_futils_creat_withpath(dst, 0777, 0666); + dst_fd = git_futils_creat_withpath(dst, 0777, 0666); //-V536 if (dst_fd < 0) goto cleanup; |
