CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/08/28 13:41:55
Modified files:
bin/ksh : history.c
Log message:
Don't bother setting freed history lines to NULL.
Dead code that could send the wrong hint to an unsuspicious reader. The
code should walk use 'history' & 'histptr' to walk the array.
ok millert@, "go for it" tb@
