mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-24 21:38:18 +02:00
trace: Fix typo in double annotations
They're setting the float value instead of the double value, which leads to corrupt output. Signed-off-by: Derek Foreman <derek.foreman@collabora.com>
This commit is contained in:
parent
dee08a8a32
commit
d35259e3b2
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ do_annotate_double(struct weston_debug_annotations *annots,
|
|||
struct weston_debug_annotation *annot = &annots->annots[annots->count];
|
||||
|
||||
annot->type = WESTON_DEBUG_ANNOTATION_DOUBLE_VAL;
|
||||
annot->fvalue = value;
|
||||
annot->dvalue = value;
|
||||
annot->parent = parent;
|
||||
annot->key = key;
|
||||
annot->key_size = key_size;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue