Oops, amendment to last change

git-svn-id: https://zxing.googlecode.com/svn/trunk@1800 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
srowen 2011-05-26 12:50:16 +00:00
parent ce30fae7be
commit 7e710dd6ec

View file

@ -117,7 +117,7 @@ final class DecodedBitStreamParser {
return new DecoderResult(bytes,
result.toString(),
byteSegments.isEmpty() ? null : byteSegments,
ecLevel.toString());
ecLevel == null ? null : ecLevel.toString());
}
/**