Skip to content

Commit

Permalink
A binary field (not suported in MiraMon) is "translated" as a 1 byte …
Browse files Browse the repository at this point in the history
…of type C in DBF.
  • Loading branch information
AbelPau committed Apr 12, 2024
1 parent 763df71 commit fe9b1c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ogr/ogrsf_frmts/miramon/ogrmiramonlayer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1887,7 +1887,7 @@ OGRErr OGRMiraMonLayer::TranslateFieldsToMM()

case OFTBinary:
phMiraMonLayer->pLayerDB->pFields[iField].eFieldType =
MM_Logic;
MM_Character;
break;

case OFTDate:
Expand Down

0 comments on commit fe9b1c0

Please sign in to comment.