Ok, I *should* be back on line shortly. I sure hope so, my mind is a
bit foggy from not having had access to computers for a month.
Bleagh!
[EMAIL PROTECTED] writes:
> using CVS version (from today), using the dtcl_info generates two
> sets of info html. Quick look at tcl_commands.c, the Dtcl_Info
> function calls both memwrite() and ap_rputs()
> sequentially. Presumably this should be something like:
> if (buffer_output == 1)
> {
> memwrite(&obuffer, tble, strlen(tble));
> }
> else
> {
> ap_rputs(tble, global_rr);
> }
Oops, thankyou for catching this!
Actually, the simplest fix is to just get rid of the ap_rputs.
Memwritten things get printed out sooner or later. Maybe the realy
fix should be including the above test within memwrite itself. Hrm,
I'll think about it and look again when my brain is at %100.
> Patch attached.
> Computer Centre fax: (+679) 304089
> The University of the South Pacific email: [EMAIL PROTECTED]
> Suva, Fiji
Wow, doesn't sound like such a bad place to work:-)
--
David N. Welton
Personal: http://www.efn.org/~davidw/
Free Software: http://people.debian.org/~davidw/
Apache Tcl: http://tcl.apache.org
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]