tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Wrong test in vcons_invalidate_cache() in sys/dev/wscons/wsdisplay_vcons.c



This looks wrong:

	for (i = 0; i > vd->cells; i++) {

Surely it is meant to be: `i < vd->cells'

-RVP


Home | Main Index | Thread Index | Old Index