From fe5370f7e702fae4238cb20a0fda762f8f2c13d5 Mon Sep 17 00:00:00 2001 From: yangbiao59 Date: Mon, 4 Aug 2025 06:17:56 +0000 Subject: [PATCH] =?UTF-8?q?copyFileCore=E6=97=A5=E5=BF=97=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yangbiao59 --- interfaces/kits/js/src/mod_fs/properties/copy_file_core.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interfaces/kits/js/src/mod_fs/properties/copy_file_core.cpp b/interfaces/kits/js/src/mod_fs/properties/copy_file_core.cpp index 840a547d9..773a89cba 100644 --- a/interfaces/kits/js/src/mod_fs/properties/copy_file_core.cpp +++ b/interfaces/kits/js/src/mod_fs/properties/copy_file_core.cpp @@ -80,7 +80,7 @@ static int32_t SendFileCore(FileInfo &srcFdg, FileInfo &destFdg, struct stat &st if (static_cast(ret) > size) { HILOGE("More bytes returned than the size of the file. The file size is " "%{public}zu" - "The bytes returned is %{public}d", + " The bytes returned is %{public}d", size, ret); return EIO; } -- Gitee