From 649e43e404c981d3456c0464ba1bc57bd402124c Mon Sep 17 00:00:00 2001 From: "Dmitriy A. Gerasimov" <dmitriy.gerasimov@demlabs.net> Date: Sat, 2 Jan 2021 17:48:50 +0700 Subject: [PATCH] [*] Update --- CMakeLists.txt | 2 +- cellframe-sdk | 2 +- sources/main_node_cli.c | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f3f67ddb7..c6a0fd131 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ set(CMAKE_C_STANDARD 11) SET( CPACK_PACKAGE_NAME "${PROJECT_NAME}") SET( CPACK_PACKAGE_VERSION_MAJOR 4) SET( CPACK_PACKAGE_VERSION_MINOR 1) -SET( CPACK_PACKAGE_VERSION_PATCH 80) +SET( CPACK_PACKAGE_VERSION_PATCH 81) # init CellFrame SDK add_definitions("-DDAP_VERSION=\"${CPACK_PACKAGE_VERSION_MAJOR}-${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}\"") diff --git a/cellframe-sdk b/cellframe-sdk index 6d4acbc86..4cabd8c49 160000 --- a/cellframe-sdk +++ b/cellframe-sdk @@ -1 +1 @@ -Subproject commit 6d4acbc866a807f8ef04e831bbbef6b1c007d5cf +Subproject commit 4cabd8c495bba6fdfcf4d123d6d96592dd4338a3 diff --git a/sources/main_node_cli.c b/sources/main_node_cli.c index be9e324ff..f172fdc6f 100644 --- a/sources/main_node_cli.c +++ b/sources/main_node_cli.c @@ -196,6 +196,8 @@ int main(int argc, const char *argv[]) dap_set_appname("cellframe-node"); #ifdef _WIN32 + SetConsoleCP(1252); + SetConsoleOutputCP(1252); g_sys_dir_path = dap_strdup_printf("%s/%s", regGetUsrPath(), dap_get_appname()); #elif DAP_OS_MAC g_sys_dir_path = dap_strdup_printf("/Applications/%s.app/Contents/Resources", dap_get_appname()); -- GitLab