From 2a8a6ff1b1fc266961c54488dc3a74ca049cb1ce Mon Sep 17 00:00:00 2001 From: =?utf8?q?Wilfried=20G=C3=B6esgens?= Date: Tue, 17 Aug 2010 22:02:10 +0000 Subject: [PATCH] * add a leading '?' --- webcit/paramhandling.c | 1 + 1 file changed, 1 insertion(+) diff --git a/webcit/paramhandling.c b/webcit/paramhandling.c index c2189a0ba..d1edfeb06 100644 --- a/webcit/paramhandling.c +++ b/webcit/paramhandling.c @@ -382,6 +382,7 @@ void tmplput_bstrforward(StrBuf *Target, WCTemplputParams *TP) { const StrBuf *Buf = SBstr(TKEY(0)); if (Buf != NULL) { + StrBufAppendBufPlain(Target, HKEY("?"), 0); StrBufAppendBufPlain(Target, TKEY(0), 0); StrBufAppendBufPlain(Target, HKEY("="), 0); StrBufAppendTemplate(Target, TP, Buf, 1); -- 2.30.2