From b8b5059222cc99637d4a1c30e7eab26ca9fd0308 Mon Sep 17 00:00:00 2001 From: fujuntang <fujuntang@smartai.com> Date: 星期二, 07 九月 2021 13:45:12 +0800 Subject: [PATCH] Add the 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