Commit bf038dab by Vicent Marti

clay: Properly initialize filebuf

parent b762e576
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
void test_config_stress__initialize(void) void test_config_stress__initialize(void)
{ {
git_filebuf file; git_filebuf file = GIT_FILEBUF_INIT;
git_filebuf_open(&file, TEST_CONFIG, 0); git_filebuf_open(&file, TEST_CONFIG, 0);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment