X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=src%2Flib%2Ftrace-ir%2Fclock-snapshot.c;h=899d0083dba106ff0fa6c993ed6d21b5f63dde27;hp=e418fff61facd7a44ca5653471ce4909e6ef8a2f;hb=520cdc8260ea033f1c9f54b87d93fcb034ae8472;hpb=bc3d96925b78b7e6e07954f8ff19ce4ba1a2f5a8 diff --git a/src/lib/trace-ir/clock-snapshot.c b/src/lib/trace-ir/clock-snapshot.c index e418fff6..899d0083 100644 --- a/src/lib/trace-ir/clock-snapshot.c +++ b/src/lib/trace-ir/clock-snapshot.c @@ -167,7 +167,7 @@ bt_clock_snapshot_get_ns_from_origin( "Clock snapshot, once converted to nanoseconds from origin, " "overflows the signed 64-bit integer range: " "%![cs-]+k", clock_snapshot); - ret = BT_FUNC_STATUS_OVERFLOW; + ret = BT_FUNC_STATUS_OVERFLOW_ERROR; goto end; }