Skip to content

Commit 1a2b8e6

Browse files
committed
in_blob: fix glob function for win32
1 parent 805df0a commit 1a2b8e6

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)