Merge branch 'master' of https://git.snarmph.win/snarmph/colla
This commit is contained in:
commit
603b5a4cb6
3 changed files with 10 additions and 0 deletions
1
colla.c
1
colla.c
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue