clay: Properly initialize filebuf

This commit is contained in:
Vicent Marti 2011-11-22 02:06:24 +01:00
parent b762e576c6
commit bf038dab30

View File

@ -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);