Skip to content
Snippets Groups Projects
Commit 591dacd1 authored by Dmitriy A. Gerasimov's avatar Dmitriy A. Gerasimov
Browse files

[*] Fixed undefined size field array

parent 7cbed9ab
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ typedef struct dap_chain_wallet_cert_hdr{
typedef struct dap_chain_wallet_cert{
dap_chain_wallet_cert_hdr_t header;
dap_chain_cert_file_t cert_raw[]; /// Raw certs data
dap_chain_cert_file_t cert_raw; /// Raw certs data
} DAP_ALIGN_PACKED dap_chain_wallet_cert_t;
typedef struct dap_chain_wallet_file_hdr{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment