diff options
Diffstat (limited to 'src/conf.c')
-rw-r--r-- | src/conf.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1744,7 +1744,7 @@ valid_wild_card_simple(const char *data) while ((tmpch = *p++)) { - if (tmpch == '\\') + if (tmpch == '\\' && *p) { ++p; if (++nonwild >= ConfigFileEntry.min_nonwildcard_simple) |