>
> > // Parse the CGI parameters.
> > //
> > ! char *input_str;
> > ! strcpy(input_str, (optind < ac ? av[optind] : ""));
> > ! cgi input(input_str);
> >
I'd say
String input_str(optind < ac ? av[optind] : "");
cgi input(input_str);
should do it. Provided there's not a const in String constructor :-)
--
Loic Dachary
ECILA
100 av. du Gal Leclerc
93500 Pantin - France
Tel: 33 1 56 96 09 80, Fax: 33 1 56 96 09 61
e-mail: [EMAIL PROTECTED] URL: http://www.senga.org/
------------------------------------
To unsubscribe from the htdig3-dev mailing list, send a message to
[EMAIL PROTECTED] containing the single word "unsubscribe" in
the SUBJECT of the message.
- Re: [htdig3-dev] 3.2 goals (was On vacation this we... Gilles Detillieux
- [htdig3-dev] Re: UTF8 loic
- Re: [htdig3-dev] Re: UTF8 Geoff Hutchison
- [htdig3-dev] Re: Libraries named .3.0.2 ?? loic
- [htdig3-dev] Re: Libraries named .3.0.2 ?? loic
- [htdig3-dev] Compiler Warnings (was librari... Geoff Hutchison
- Re: [htdig3-dev] Compiler Warnings (was... Gilles Detillieux
- [htdig3-dev] Compiler Warnings (was librari... loic
- Re: [htdig3-dev] Compiler Warnings (was... Geoff Hutchison
- Re: [htdig3-dev] Compiler Warnings (was... loic
- Re: [htdig3-dev] Compiler Warnings (was... Geoff Hutchison
- Re: [htdig3-dev] Compiler Warnings (was... Gilles Detillieux
- Re: [htdig3-dev] Compiler Warnings (was... Geoff Hutchison
- Re: [htdig3-dev] 3.2 goals (was On vacation this weekend... Vadim Chekan
- Re: [htdig3-dev] 3.2 goals (was On vacation this weekend... Oliver Strutynski
