From 87b5e668c327d55781b8960df59a0c5a177b56ee Mon Sep 17 00:00:00 2001 From: "Sven M. Hallberg" Date: Tue, 8 Jan 2013 00:20:34 +0100 Subject: [PATCH] remove comments about bugs that no longer exist --- examples/base64.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/base64.c b/examples/base64.c index 8ebe77b..7692532 100644 --- a/examples/base64.c +++ b/examples/base64.c @@ -26,8 +26,6 @@ void init_parser(void) h_optional(h_choice(base64_2, base64_1, NULL)), NULL); - // why does this parse "A=="?! - // why does this parse "aaA=" but not "aA=="?! document = base64; }