FS-6289 --resolve regression from 1fba654845c8202bf84c58b203a3bc9624164c4e

This commit is contained in:
Anthony Minessale 2014-02-28 21:43:38 +05:00
parent f3059cdf49
commit 7763cfebc0

View File

@ -281,6 +281,8 @@ static inline char *switch_strchr_strict(const char *in, char find, const char *
p = in; p = in;
if (!*p) return NULL;
while(p && *p) { while(p && *p) {
const char *a = allowed; const char *a = allowed;
int acceptable = 0; int acceptable = 0;