Commit adedad0d authored by vysheng's avatar vysheng

structures.h: fixed foolish bug in structures defenition, leading to SIGSEGV

parent 31e7f3a9
......@@ -297,8 +297,10 @@ struct message_media {
struct encr_audio encr_audio;
struct encr_document encr_document;
struct encr_file encr_file;
void *data;
int data_size;
struct {
void *data;
int data_size;
};
};
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment