Skip to content

Commit

Permalink
Fix LTYPE logging
Browse files Browse the repository at this point in the history
Maximum number if 1 (ABS_ROTATION) + 4 (IS_SHAPE)
  • Loading branch information
michal-josef-spacek authored and rurban committed Sep 20, 2024
1 parent 2930c32 commit d1c5a7a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/spec.h
Original file line number Diff line number Diff line change
Expand Up @@ -924,8 +924,7 @@
LOG_LTYPE_SHAPE_FLAG_W (ABS_ROTATION); \
LOG_LTYPE_SHAPE_FLAG_W (IS_TEXT); \
LOG_LTYPE_SHAPE_FLAG_W (IS_SHAPE); \
LOG_FLAG_MAX (_obj->dashes[rcount1].shape_flag, \
LTYPE_SHAPE_FLAG_IS_SHAPE); \
LOG_FLAG_MAX (_obj->dashes[rcount1].shape_flag, 5); \
LOG_TRACE ("\n"); \
} \
}
Expand Down

0 comments on commit d1c5a7a

Please # to comment.