From: Mathieu Desnoyers Date: Fri, 31 Aug 2012 13:34:48 +0000 (-0700) Subject: Fix: tracepoint float nowrite X-Git-Tag: v2.1.0-rc1~7 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=afcf09eaf180277014bb11e0289ddc2ca9938f48;p=lttng-ust.git Fix: tracepoint float nowrite Signed-off-by: Mathieu Desnoyers --- diff --git a/include/lttng/ust-tracepoint-event-nowrite.h b/include/lttng/ust-tracepoint-event-nowrite.h index 7ddbc16e..2b23a81d 100644 --- a/include/lttng/ust-tracepoint-event-nowrite.h +++ b/include/lttng/ust-tracepoint-event-nowrite.h @@ -18,7 +18,7 @@ #undef ctf_float_nowrite #define ctf_float_nowrite(_type, _item, _src) \ - _ctf_float_nowrite(_type, _item, _src, 0) + _ctf_float(_type, _item, _src, 0) #undef ctf_array_nowrite #define ctf_array_nowrite(_type, _item, _src, _length) \