Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
celllframe-node
Manage
Activity
Members
Labels
Plan
Issues
5
Issue boards
Milestones
Code
Merge requests
15
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cellframe
celllframe-node
Commits
f5761f15
Commit
f5761f15
authored
5 years ago
by
Constantin Papizh
Browse files
Options
Downloads
Patches
Plain Diff
App name fixed, since the config is shared between 'em
parent
06cf2d77
No related branches found
No related tags found
1 merge request
!76
App name fixed, since the config is shared between 'em
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
sources/main_node_cli.c
+1
-1
1 addition, 1 deletion
sources/main_node_cli.c
sources/main_node_tool.c
+1
-1
1 addition, 1 deletion
sources/main_node_tool.c
with
2 additions
and
2 deletions
sources/main_node_cli.c
+
1
−
1
View file @
f5761f15
...
@@ -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
());
...
...
This diff is collapsed.
Click to expand it.
sources/main_node_tool.c
+
1
−
1
View file @
f5761f15
...
@@ -356,7 +356,7 @@ int main(int argc, const char **argv)
...
@@ -356,7 +356,7 @@ int main(int argc, const char **argv)
*/
*/
static
int
s_init
(
int
argc
,
const
char
**
argv
)
static
int
s_init
(
int
argc
,
const
char
**
argv
)
{
{
dap_set_appname
(
"cellframe-node
-tool
"
);
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
());
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment