From 55288915fd6a89b617ade8b24577be9237a289c3 Mon Sep 17 00:00:00 2001 From: BrainL Date: Sat, 30 Aug 2025 13:22:58 +0000 Subject: [PATCH] update common/src/utils/dcamera_buffer_handle.cpp. Signed-off-by: BrainL --- common/src/utils/dcamera_buffer_handle.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/utils/dcamera_buffer_handle.cpp b/common/src/utils/dcamera_buffer_handle.cpp index 3d6d40c1..e31a7dff 100644 --- a/common/src/utils/dcamera_buffer_handle.cpp +++ b/common/src/utils/dcamera_buffer_handle.cpp @@ -27,7 +27,7 @@ namespace DistributedHardware { void* DCameraMemoryMap(const BufferHandle *buffer) { if (buffer == nullptr) { - DHLOGE("mmap the buffer handle is NULL"); + DHLOGE("mmap the buffer handle is null"); return nullptr; } -- Gitee