mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-29 17:05:49 +00:00
Merge pull request #3443 from libgit2/longpath-printf
win32::longpath: don't print path
This commit is contained in:
commit
c628ebca63
@ -23,8 +23,6 @@ void test_win32_longpath__initialize(void)
|
|||||||
|
|
||||||
for (i = 0; i < (remain - 5); i++)
|
for (i = 0; i < (remain - 5); i++)
|
||||||
git_buf_putc(&path, 'a');
|
git_buf_putc(&path, 'a');
|
||||||
|
|
||||||
printf("%s %" PRIuZ "\n", path.ptr, path.size);
|
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user