From e6d85230f19be1b57469abd39b8428e4e5d03cf3 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sun, 28 Mar 2010 23:40:12 +0000 Subject: Squash warning svn path=/trunk/netsurf/; revision=10197 --- utils/http.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'utils/http.c') diff --git a/utils/http.c b/utils/http.c index 12672261d..65c82d39e 100644 --- a/utils/http.c +++ b/utils/http.c @@ -130,6 +130,8 @@ static nserror http_parse_quoted_string(const char **input, char **value) start--; end = start; } + } else { + end = start; } string_value = malloc(end - start + 1); -- cgit v1.2.3