diff options
-rw-r--r-- | fig0_17.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fig0_17.cpp b/fig0_17.cpp index 120cb4c..01fa954 100644 --- a/fig0_17.cpp +++ b/fig0_17.cpp @@ -52,8 +52,8 @@ bool fig0_17(fig0_common_t& fig0, int indent) { uint16_t SId; uint8_t i = 1, Rfa, Language, Int_code, Comp_code; - char tmpbuf[256]; - char desc[256]; + char tmpbuf[512]; + char desc[512]; bool SD_flag, PS_flag, L_flag, CC_flag, Rfu; uint8_t* f = fig0.f; bool complete = false; |