From bd8a6ec72a1879711dfbc39e0f568699f76c1c7d Mon Sep 17 00:00:00 2001 From: "Shawn Yuan (from Dev Box)" Date: Fri, 5 Dec 2025 15:04:41 +0800 Subject: [PATCH] update Signed-off-by: Shawn Yuan (from Dev Box) --- src/modules/FileLocksmith/FileLocksmithCLI/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/FileLocksmith/FileLocksmithCLI/main.cpp b/src/modules/FileLocksmith/FileLocksmithCLI/main.cpp index 19b42b712d..5def4f2930 100644 --- a/src/modules/FileLocksmith/FileLocksmithCLI/main.cpp +++ b/src/modules/FileLocksmith/FileLocksmithCLI/main.cpp @@ -45,7 +45,7 @@ std::wstring get_json(const std::vector& results) } root.SetNamedValue(L"processes", processes); - return root.Stringify(); + return root.Stringify().c_str(); } std::wstring get_text(const std::vector& results)