mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 12:56:51 +03:00
cc8fcdcfc0
sscanf() returns EOF when it reaches the end of the string. Our code erroneously interprets this as if a number was read. The fix: we test for an explicit '1'. Signed-off-by: Andrew Borodin <aborodin@vmail.ru> |
||
---|---|---|
.. | ||
glob_prepare_replace_str.c | ||
glob_translate_to_regex.c | ||
hex_translate_to_regex.c | ||
Makefile.am | ||
regex_process_escape_sequence.c | ||
regex_replace_esc_seq.c | ||
translate_replace_glob_to_regex.c |