Skip to content

Commit 8295122

Browse files
committed
in_blob: fix glob function for win32
Signed-off-by: zshuang0316 <[email protected]>
1 parent 10ebd3a commit 8295122

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/in_blob/win32_glob.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ static int glob(const char *path,
150150
return result;
151151
}
152152
}
153+
context->gl_pathc = entries;
153154
}
154155

155156
return result;

0 commit comments

Comments
 (0)