mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-24 03:56:56 -04:00
Ultra: typos--
This commit is contained in:
parent
b572bb513d
commit
c23b4b9ef1
1 changed files with 2 additions and 2 deletions
|
@ -125,7 +125,7 @@ static const int tiles[] = {
|
||||||
*
|
*
|
||||||
* symbol->option_1 = ULTRA_COMPRESSION;
|
* symbol->option_1 = ULTRA_COMPRESSION;
|
||||||
*
|
*
|
||||||
* Code compression should be enabled by default when is has been implemented according to
|
* Code compression should be enabled by default when it has been implemented according to
|
||||||
* a more reliable version of the specification.
|
* a more reliable version of the specification.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -705,7 +705,7 @@ int ultra_generate_codewords(struct zint_symbol *symbol, const unsigned char sou
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Attempt encoding in all three modes to see which offers best compaction and store results */
|
/* Attempt encoding in all three modes to see which offers best compaction and store results */
|
||||||
if (symbol->option_1 != ULTRA_COMPRESSION) {
|
if (symbol->option_1 == ULTRA_COMPRESSION) {
|
||||||
current_mode = symbol_mode;
|
current_mode = symbol_mode;
|
||||||
input_locn = 0;
|
input_locn = 0;
|
||||||
do {
|
do {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue