projects
/
pulseview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
686a9bf
)
Replace ann_format with ann_class.
author
Uwe Hermann
<uwe@hermann-uwe.de>
Mon, 15 Sep 2014 18:26:48 +0000
(20:26 +0200)
committer
Uwe Hermann
<uwe@hermann-uwe.de>
Mon, 15 Sep 2014 18:37:54 +0000
(20:37 +0200)
The naming has been changed to "annotation class" a while ago.
pv/data/decode/annotation.cpp
patch
|
blob
|
history
diff --git
a/pv/data/decode/annotation.cpp
b/pv/data/decode/annotation.cpp
index f403b6e9dfb3d532a978dc48f8be146647d4dd82..16895851a2c4401432a3e028ef658f94118b363e 100644
(file)
--- a/
pv/data/decode/annotation.cpp
+++ b/
pv/data/decode/annotation.cpp
@@
-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) {