-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fsdevice: fix file name pattern matching.
The 1581 allows matches with text following a * wildcard and that case was not handled correctly. The code allows one * with following text. If we want to go completely generic, allowing multiple * wildcards, I would propose we take the algorithm from https://dogankurt.com/wildcard.html#Iterative_Algorithms . git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@45227 379a1393-f5fb-40a0-bcee-ef074d9b53f7
- Loading branch information
Showing
1 changed file
with
25 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters