X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fdata%2Fdecode%2Fannotation.cpp;fp=pv%2Fdata%2Fdecode%2Fannotation.cpp;h=9a165803fe2381fa7d0d2a40459d1199b26cd1bf;hp=6287edce70f60fccd12ee13313cbeb0b6e7671d7;hb=f32905530347e1020d5ce7959123cf797c9a4829;hpb=ce11b2ea851633dc937881cdbd358541685b43be diff --git a/pv/data/decode/annotation.cpp b/pv/data/decode/annotation.cpp index 6287edce..9a165803 100644 --- a/pv/data/decode/annotation.cpp +++ b/pv/data/decode/annotation.cpp @@ -43,7 +43,7 @@ Annotation::Annotation(const srd_proto_data *const pdata) : format_ = pda->ann_class; const char *const *annotations = (char**)pda->ann_text; - while(*annotations) { + while (*annotations) { annotations_.push_back(QString::fromUtf8(*annotations)); annotations++; }