2
0
forked from Ivasoft/DSView

fix compile errors

This commit is contained in:
DreamSourceLab
2014-10-12 17:38:34 +08:00
parent 80fcecf533
commit 3aee725b2f
10 changed files with 19 additions and 12 deletions

View File

@@ -40,7 +40,7 @@ Annotation::Annotation(const srd_proto_data *const pdata) :
(const srd_proto_data_annotation*)pdata->data;
assert(pda);
_format = pda->ann_format;
_format = pda->ann_class;
const char *const *annotations = (char**)pda->ann_text;
while(*annotations) {