Neil Conway <neilc@samurai.com> writes:
> printTable(opt->title, headers, cells,
> ! footers ? (const char *const *) footers : (const char *const *) (opt->footers),
> align, &opt->topt, fout);
> printTable(opt->title, headers, cells,
> ! (const char *const *) footers,
> align, &opt->topt, fout);
Er, doesn't that change the behavior?
regards, tom lane