Skip to content

Commit

Permalink
zint: upgrade to latest HEAD including DXFilmEdge support
Browse files Browse the repository at this point in the history
  • Loading branch information
axxel committed Dec 28, 2024
1 parent 4eec65c commit fb78562
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/src/WriteBarcode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ static constexpr BarcodeFormatZXing2Zint barcodeFormatZXing2Zint[] = {
{BarcodeFormat::DataBarExpanded, BARCODE_DBAR_EXP},
{BarcodeFormat::DataBarLimited, BARCODE_DBAR_LTD},
{BarcodeFormat::DataMatrix, BARCODE_DATAMATRIX},
{BarcodeFormat::DXFilmEdge, -1},
{BarcodeFormat::DXFilmEdge, BARCODE_DXFILMEDGE},
{BarcodeFormat::EAN8, BARCODE_EANX},
{BarcodeFormat::EAN13, BARCODE_EANX},
{BarcodeFormat::ITF, BARCODE_C25INTER},
Expand Down
1 change: 1 addition & 0 deletions core/src/libzint/dxfilmedge.c
2 changes: 1 addition & 1 deletion zint
Submodule zint updated 242 files

0 comments on commit fb78562

Please sign in to comment.