lib: rename all `*_STATUS_OVERFLOW` -> `*_STATUS_OVERFLOW_ERROR`
[babeltrace.git] / src / lib / trace-ir / clock-snapshot.c
index e418fff61facd7a44ca5653471ce4909e6ef8a2f..899d0083dba106ff0fa6c993ed6d21b5f63dde27 100644 (file)
@@ -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;
        }
 
This page took 0.023368 seconds and 4 git commands to generate.