Add a comment explaining match_arrange_stars
This commit is contained in:
parent
7741039058
commit
c1f9603bba
1 changed files with 1 additions and 0 deletions
|
@ -104,6 +104,7 @@ int match(const char *mask, const char *name)
|
|||
}
|
||||
}
|
||||
|
||||
/* Reorder runs of [?*] in mask to the form ``**...??...'' */
|
||||
void
|
||||
match_arrange_stars(char *mask)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue