Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 77197 | Differences between
and this patch

Collapse All | Expand All

(-)a/src/bwish/cmd.c (-2 / +1 lines)
Lines 47-53 Link Here
47
HIDDEN struct bu_cmdhist histHead;
47
HIDDEN struct bu_cmdhist histHead;
48
HIDDEN struct bu_cmdhist *currHist;
48
HIDDEN struct bu_cmdhist *currHist;
49
49
50
51
/***************************** BWISH/BTCLSH COMMANDS *****************************/
50
/***************************** BWISH/BTCLSH COMMANDS *****************************/
52
51
53
HIDDEN int
52
HIDDEN int
Lines 303-309 Link Here
303
	    bu_vls_putc(&vls, '\n');
302
	    bu_vls_putc(&vls, '\n');
304
303
305
	zero.tv_sec = zero.tv_usec = 0L;
304
	zero.tv_sec = zero.tv_usec = 0L;
306
	history_record(&vls, &zero, &zero, TCL_OK);
305
	history_record_priv(&vls, &zero, &zero, TCL_OK);
307
306
308
	bu_vls_free(&vls);
307
	bu_vls_free(&vls);
309
	return TCL_OK;
308
	return TCL_OK;

Return to bug 77197