Changeset 1200 for trunk/src/kash/histedit.c
- Timestamp:
- Oct 7, 2007, 12:11:34 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kash/histedit.c
r1199 r1200 418 418 } 419 419 420 evalstring( strcpy(stalloc(psh, strlen(s) + 1), s), 0);420 evalstring(psh, strcpy(stalloc(psh, strlen(s) + 1), s), 0); 421 421 if (displayhist && hist) { 422 422 /* … … 442 442 editcmd = stalloc(psh, strlen(editor) + strlen(editfile) + 2); 443 443 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 */ 445 445 INTON; 446 446 readcmdfile(editfile); /* XXX - should read back - quick tst */
Note:
See TracChangeset
for help on using the changeset viewer.