From d65c93f0d05fae484d687ff03b6fd982142b98e1 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 31 Jul 2008 17:49:06 +0200 Subject: [PATCH 1/1] fix a really stupid bug --- util.c | 1 + 1 file changed, 1 insertion(+) diff --git a/util.c b/util.c index 3358cdf..c0d46a2 100644 --- a/util.c +++ b/util.c @@ -107,6 +107,7 @@ static inline bool uci_validate_text(const char *str) if ((*str == '\r') || (*str == '\n') || ((*str < 32) && (*str != '\t'))) return false; + str++; } return true; } -- 2.11.0