This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
if (thisCgi.compare(prefix, 0, prefixLength) == 0) to if (thisCgi.compare(0, prefixLength, prefix) == 0)
Hi Michael,
Try this...
template<> commandTags<FmPage> mapTags<FmPage>::mustags[] = { { "page.include", &FmPage::includeFile }, { "page.version", &FmPage::printVersion }, { "page.script_name", &FmPage::printScriptname }, { "page.gif_dir", &FmPage::printGifdir },
........ ........ }
HTH, --Eljay
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |