Skip to content

Commit d374ebb

Browse files
committed
JSON: fix copy'n'paste bug in DataMatrix->extra->version info
1 parent aab9ccc commit d374ebb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/datamatrix/DMDecoder.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ static DecoderResult DoDecode(const BitMatrix& bits)
439439
return DecodedBitStreamParser::Decode(std::move(resultBytes), version->isDMRE())
440440
.setVersionNumber(version->versionNumber)
441441
#ifdef ZXING_EXPERIMENTAL_API
442-
.addExtra(BarcodeExtra::Version, std::to_string(version->symbolWidth) + 'x' + std::to_string(version->symbolWidth))
442+
.addExtra(BarcodeExtra::Version, std::to_string(version->symbolHeight) + 'x' + std::to_string(version->symbolWidth))
443443
#endif
444444
;
445445
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy