mirror of
https://git.proxmox.com/git/libgit2
synced 2025-08-04 15:07:41 +00:00
clay: Properly initialize filebuf
This commit is contained in:
parent
b762e576c6
commit
bf038dab30
@ -8,7 +8,7 @@
|
||||
|
||||
void test_config_stress__initialize(void)
|
||||
{
|
||||
git_filebuf file;
|
||||
git_filebuf file = GIT_FILEBUF_INIT;
|
||||
|
||||
git_filebuf_open(&file, TEST_CONFIG, 0);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user