Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dapcash-node
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
DapCash
dapcash-node
Commits
11266a9e
Commit
11266a9e
authored
4 years ago
by
Dmitriy A. Gerasimov
Browse files
Options
Downloads
Patches
Plain Diff
[*] Upd
parent
a93638e4
No related branches found
No related tags found
No related merge requests found
Pipeline
#6886
failed with stages
in 4 minutes and 47 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
cellframe-sdk
+1
-1
1 addition, 1 deletion
cellframe-sdk
sources/main_node_cli.c
+2
-0
2 additions, 0 deletions
sources/main_node_cli.c
with
3 additions
and
1 deletion
cellframe-sdk
@
4cabd8c4
Compare
07430ae3
...
4cabd8c4
Subproject commit
07430ae3d01f86406883d035c63f0718d5f13ed1
Subproject commit
4cabd8c495bba6fdfcf4d123d6d96592dd4338a3
This diff is collapsed.
Click to expand it.
sources/main_node_cli.c
+
2
−
0
View file @
11266a9e
...
...
@@ -196,6 +196,8 @@ int main(int argc, const char *argv[])
dap_set_appname
(
"dapcash-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
());
...
...
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