You are viewing a plain text version of this content. The canonical link for it is here.
Posted to websh-cvs@tcl.apache.org by ro...@apache.org on 2002/03/07 15:12:57 UTC

cvs commit: tcl-websh/src/generic logtocmd.c

ronnie      02/03/07 06:12:57

  Modified:    src/generic logtocmd.c
  Log:
  - added fixme: handle eval of comd msg properly
  
  Revision  Changes    Path
  1.4       +3 -1      tcl-websh/src/generic/logtocmd.c
  
  Index: logtocmd.c
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/generic/logtocmd.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- logtocmd.c	25 Oct 2001 17:50:13 -0000	1.3
  +++ logtocmd.c	7 Mar 2002 14:12:57 -0000	1.4
  @@ -9,7 +9,7 @@
    * See the file "license.terms" for information on usage and
    * redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    *
  - * @(#) $Id: logtocmd.c,v 1.3 2001/10/25 17:50:13 davidw Exp $
  + * @(#) $Id: logtocmd.c,v 1.4 2002/03/07 14:12:57 ronnie Exp $
    *
    */
   #include <tcl.h>
  @@ -84,6 +84,8 @@
       /* ----------------------------------------------------------------------
        * gonna call cmdName msg
        * ------------------------------------------------------------------- */
  +
  +    /* fixme: ouch! create a proper list to eval here!! */
       Tcl_DStringInit(&ds);
       Tcl_DStringAppend(&ds, (char *) logToCmdData, -1);
       Tcl_DStringAppend(&ds, " {", -1);
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: websh-cvs-unsubscribe@tcl.apache.org
For additional commands, e-mail: websh-cvs-help@tcl.apache.org