This commit is contained in:
snarmph 2026-08-24 14:24:10 +02:00
commit 603b5a4cb6
3 changed files with 10 additions and 0 deletions

View file

@ -1116,6 +1116,7 @@ bool glob__match_here(instream_t *g, instream_t *t);
bool glob__match_star(instream_t *g, instream_t *t) {
char c = istr_get(g);
char n = istr_peek(g);
do {
if (istr_get(t) == c) {
return true;