Skip to content

Commit

Permalink
maint_versions to hexadecimal
Browse files Browse the repository at this point in the history
  • Loading branch information
michal-josef-spacek authored and rurban committed Jan 3, 2024
1 parent 38fc7b0 commit 30024ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/auxheader.spec
Original file line number Diff line number Diff line change
Expand Up @@ -56,17 +56,17 @@
FIELD_RSx (dwg_version_1, 0);
#ifndef IS_JSON
UNTIL (R_2013) {
FIELD_CAST (maint_version_1, RS, RL, 0);
FIELD_CAST (maint_version_1, RS, RLx, 0);
} LATER_VERSIONS
#endif
FIELD_RL (maint_version_1, 0);
FIELD_RLx (maint_version_1, 0);
FIELD_RSx (dwg_version_2, 0);
#ifndef IS_JSON
UNTIL (R_2013) {
FIELD_CAST (maint_version_2, RS, RL, 0);
FIELD_CAST (maint_version_2, RS, RLx, 0);
} LATER_VERSIONS
#endif
FIELD_RL (maint_version_2, 0);
FIELD_RLx (maint_version_2, 0);
FIELD_VECTOR_INL (unknown_6rs, RS, 6, 0)
FIELD_VECTOR_INL (unknown_5rl, RL, 5, 0)
FIELD_TIMERLL (TDCREATE, 0);
Expand Down

0 comments on commit 30024ee

Please sign in to comment.