Ignore:
Timestamp:
Oct 7, 2007, 12:11:34 AM (18 years ago)
Author:
bird
Message:

Updating function calls.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kash/histedit.c

    r1199 r1200  
    418418                                }
    419419
    420                                 evalstring(strcpy(stalloc(psh, strlen(s) + 1), s), 0);
     420                                evalstring(psh, strcpy(stalloc(psh, strlen(s) + 1), s), 0);
    421421                                if (displayhist && hist) {
    422422                                        /*
     
    442442                editcmd = stalloc(psh, strlen(editor) + strlen(editfile) + 2);
    443443                sprintf(editcmd, "%s %s", editor, editfile);
    444                 evalstring(editcmd, 0); /* XXX - should use no JC command */
     444                evalstring(psh, editcmd, 0);    /* XXX - should use no JC command */
    445445                INTON;
    446446                readcmdfile(editfile);  /* XXX - should read back - quick tst */
Note: See TracChangeset for help on using the changeset viewer.