From 20c18f6fd59468b8bec1dc6ee12515f1940467bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Josef=20=C5=A0pa=C4=8Dek?= Date: Tue, 26 Mar 2024 13:22:12 +0100 Subject: [PATCH] Log style FLAG --- src/dwg.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/dwg.spec b/src/dwg.spec index 9ce189bf2..196880a0f 100644 --- a/src/dwg.spec +++ b/src/dwg.spec @@ -3816,6 +3816,10 @@ DWG_TABLE (STYLE) FIELD_VALUE (flag) |= (FIELD_VALUE (is_vertical) ? 4 : 0) + (FIELD_VALUE (is_shape) ? 1 : 0); LOG_TRACE ("flag => %d [RC 70]\n", FIELD_VALUE (flag)); + DECODER_OR_ENCODER { + LOG_TRACE (" ") + LOG_FLAG_TextStyle + } } } PRE (R_13b1) {