From fbb483e0ff02d6295ee0fb320c27c325a6182d5e Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Fri, 16 May 2008 10:27:01 +0000 Subject: Fix type of value_was_quoted member of cookie_data struct. svn path=/trunk/netsurf/; revision=4166 --- content/urldb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/urldb.h') diff --git a/content/urldb.h b/content/urldb.h index 08b0b0804..70a873a37 100644 --- a/content/urldb.h +++ b/content/urldb.h @@ -44,7 +44,7 @@ struct url_data { struct cookie_data { const char *name; /**< Cookie name */ const char *value; /**< Cookie value */ - const char value_was_quoted; /**< Value was quoted in Set-Cookie: */ + const bool value_was_quoted; /**< Value was quoted in Set-Cookie: */ const char *comment; /**< Cookie comment */ const bool domain_from_set; /**< Domain came from Set-Cookie: header */ const char *domain; /**< Domain */ -- cgit v1.2.3