From b984dac55bdd0a5b694837fb8fb2ceb07ce9808f Mon Sep 17 00:00:00 2001 From: fujuntang <fujuntang@smartai.com> Date: 星期二, 07 九月 2021 11:25:57 +0800 Subject: [PATCH] resize the buf allocation to dynamic buf. --- src/bus_error.cpp | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/bus_error.cpp b/src/bus_error.cpp index 49244cd..29d5683 100644 --- a/src/bus_error.cpp +++ b/src/bus_error.cpp @@ -24,7 +24,8 @@ "Service not supported", "Resource busy", "Resource not provide", - "Invalid parameters" + "Invalid parameters", + "No enough memory" }; -- Gitblit v1.8.0