Bugfixes for Code 128 and Data Matrix encoding. Remove Codablock-F

This commit is contained in:
hooper114 2010-02-27 08:33:07 +00:00
parent 984395311c
commit a348bb22e5
4 changed files with 15 additions and 773 deletions

View file

@ -122,6 +122,8 @@ void dxsmooth16(int *indexliste)
if((current == SHIFTB) && (length > 1)) { /* Rule 5 */ list[1][i] = LATCHB; current = LATCHB; }
if((current == SHIFTA) && (last == LATCHA)) { list[1][i] = LATCHA; current = LATCHA; }
if((current == SHIFTB) && (last == LATCHB)) { list[1][i] = LATCHB; current = LATCHB; }
if((current == SHIFTA) && (last == LATCHC)) { list[1][i] = LATCHA; current = LATCHA; }
if((current == SHIFTB) && (last == LATCHC)) { list[1][i] = LATCHB; current = LATCHB; }
} /* Rule 2 is implimented elsewhere, Rule 6 is implied */
}
grwp16(indexliste);