Skip to content
Snippets Groups Projects

App name fixed, since the config is shared between 'em

Merged Constantin P. requested to merge support-2719-3 into master
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -194,7 +194,7 @@ int cellframe_node__cli_Main(int argc, const char *argv[])
@@ -194,7 +194,7 @@ int cellframe_node__cli_Main(int argc, const char *argv[])
int main(int argc, const char *argv[])
int main(int argc, const char *argv[])
#endif
#endif
{
{
dap_set_appname("cellframe-node-cli");
dap_set_appname("cellframe-node");
#ifdef _WIN32
#ifdef _WIN32
g_sys_dir_path = dap_strdup_printf("%s/%s", regGetUsrPath(), dap_get_appname());
g_sys_dir_path = dap_strdup_printf("%s/%s", regGetUsrPath(), dap_get_appname());
Loading