COLUMNS_PER_BYTE
if ((nbytes * COLUMNS_PER_BYTE + cnum) > columns) {
if (cnum > columns - COLUMNS_PER_BYTE) {
cnum += COLUMNS_PER_BYTE;