FS-6289 --resolve regression from 1fba654845
This commit is contained in:
parent
f882af93c6
commit
65a6ba3c61
|
@ -284,6 +284,8 @@ static inline char *switch_strchr_strict(const char *in, char find, const char *
|
|||
|
||||
p = in;
|
||||
|
||||
if (!*p) return NULL;
|
||||
|
||||
while(p && *p) {
|
||||
const char *a = allowed;
|
||||
int acceptable = 0;
|
||||
|
|
Loading…
Reference in New Issue