This commit is contained in:
snarmph 2026-08-24 14:26:23 +02:00
parent 603b5a4cb6
commit 93b05f3060
3 changed files with 3 additions and 11 deletions

View file

@ -1116,7 +1116,6 @@ 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;