You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mod_dtcl-cvs@tcl.apache.org by da...@apache.org on 2001/02/05 18:44:34 UTC

cvs commit: mod_dtcl tcl_commands.c

davidw      01/02/05 09:44:33

  Modified:    .        tcl_commands.c
  Log:
  Removed ap_rputs in favor of existing memwrite from Dtcl_Info.
  
  Revision  Changes    Path
  1.4       +0 -1      mod_dtcl/tcl_commands.c
  
  Index: tcl_commands.c
  ===================================================================
  RCS file: /home/cvs/mod_dtcl/tcl_commands.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- tcl_commands.c	2000/12/29 13:14:05	1.3
  +++ tcl_commands.c	2001/02/05 17:44:29	1.4
  @@ -446,7 +446,6 @@
   /*     print_headers(global_rr);
       flush_output_buffer(global_rr);  */
       memwrite(&obuffer, tble, strlen(tble));
  -    ap_rputs(tble, global_rr);
       return TCL_OK;
   }