.
This commit is contained in:
parent
603b5a4cb6
commit
93b05f3060
3 changed files with 3 additions and 11 deletions
1
colla.c
1
colla.c
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue