lib: rename all `*_STATUS_OVERFLOW` -> `*_STATUS_OVERFLOW_ERROR`
[babeltrace.git] / src / common / common.h
index 3d5c0b5e29a1c5b2b95465be419a0375e7e31697..8c74579b525ff1c38c751a3241d6c8e99dcbc4e5 100644 (file)
@@ -601,7 +601,7 @@ static inline
 const char *bt_common_func_status_string(int status)
 {
        switch (status) {
-       case __BT_FUNC_STATUS_OVERFLOW:
+       case __BT_FUNC_STATUS_OVERFLOW_ERROR:
                return "OVERFLOW";
        case __BT_FUNC_STATUS_INVALID_OBJECT:
                return "INVALID_OBJECT";
This page took 0.022857 seconds and 4 git commands to generate.