mirror of
https://github.com/zxing/zxing.git
synced 2025-03-05 20:48:51 -08:00
lil fix
This commit is contained in:
parent
3b189fc700
commit
49348fcab2
|
@ -44,7 +44,7 @@ public final class ECIStringBuilder {
|
||||||
* @param value character whose lowest byte is to be appended
|
* @param value character whose lowest byte is to be appended
|
||||||
*/
|
*/
|
||||||
public void append(char value) {
|
public void append(char value) {
|
||||||
currentBytes.append((char) (value & 0xff));
|
currentBytes.append(value);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue