mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-19 03:33:56 +00:00
Fix failing check
This commit is contained in:
@@ -33,7 +33,7 @@ namespace utils::wildcard
|
||||
char16_t mask_char = mask[mask_pos];
|
||||
char16_t name_char = name[name_pos];
|
||||
|
||||
bool char_matches;
|
||||
bool char_matches = false;
|
||||
if (mask_char == u'?' || mask_char == u'>')
|
||||
{
|
||||
char_matches = true;
|
||||
|
||||
Reference in New Issue
Block a user