We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 844f5b2 commit 274a727Copy full SHA for 274a727
src/apply.c
@@ -38,7 +38,7 @@ static void patch_line_init(
38
out->content_offset = in_offset;
39
}
40
41
-#define PATCH_IMAGE_INIT { {0} }
+#define PATCH_IMAGE_INIT { GIT_POOL_INIT, GIT_VECTOR_INIT }
42
43
static int patch_image_init_fromstr(
44
patch_image *out, const char *in, size_t in_len)
0 commit comments