Skip to content

Commit 86c1181

Browse files
committed
Another one
1 parent 9b1d2c0 commit 86c1181

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zone.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ static int32_t open_file(
156156
const char *rel = file->name;
157157

158158
#if _WIN32
159-
char buf[1];
159+
char buf[4];
160160
// relative include paths are relative to including file
161161
if (file != &parser->first && PathIsRelative(path)) {
162162
assert(parser->file->path != not_a_file);

0 commit comments

Comments
 (0)