Has anyone ever had a problem using the proc cr_create_content_file_from_string in content-procs.tcl
It is giving me the following error when it tries to execute "ns_puts -nonewline $ofp $str":
wrong # args: should be "ns_puts ?-nonewline? string"
Is this a problem with the version of Aolserver I'm using? I'm using 3.3+ad13.
A fix for it would be to use "puts -nonewline $ofp $str", but I'm not sure if that will break a different version of aolserver.