CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/08/03 10:32:08
Modified files:
usr.bin/infocmp: infocmp.c
Log message:
strnames[i][0] == 'k' && strnames[i][0] == 'f' should be
strnames[i][0] == 'k' && strnames[i][1] == 'f'.
Spotted by the Echelon team with AppChecker static analyzer.
millert@ naddy@ and ncurses 6.0 all agree.
