mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-08 18:23:37 -08:00
Fixed typo in path_list_match().
This commit is contained in:
parent
fcdc396b53
commit
ee6300ea76
1 changed files with 1 additions and 0 deletions
|
|
@ -950,6 +950,7 @@ path_list_match(cl_object a, cl_object mask) {
|
|||
}
|
||||
if (!endp(a))
|
||||
return FALSE;
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
bool
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue