*** SeDial.c~ Sat Apr 10 03:48:04 1993 --- SeDial.c Sat Apr 10 22:25:41 1993 *************** *** 195,201 **** if (ddItems[ddCurItemIndex]->script[0] && !manualDial) { linkflag = 1; inhibit_child = False; ! RunScript(ddItems[ddCurItemIndex]->script); return; } } --- 195,201 ---- if (ddItems[ddCurItemIndex]->script[0] && !manualDial) { linkflag = 1; inhibit_child = False; ! RunScript(NULL, ddItems[ddCurItemIndex]->script); return; } }