Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libdap-app-cli
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
cellframe
libdap-app-cli
Compare revisions
9ea22d1b113d41545b378df9864a0caba3cf51c4 to 1e888729d80befec68683762707e62b8e61d2a4d
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
cellframe/libdap-app-cli
Select target project
No results found
1e888729d80befec68683762707e62b8e61d2a4d
Select Git revision
Branches
master
support-2719
support-2719-1
support_2719-1
Swap
Target
cellframe/libdap-app-cli
Select target project
cellframe/libdap-app-cli
1 result
9ea22d1b113d41545b378df9864a0caba3cf51c4
Select Git revision
Branches
master
support-2719
support-2719-1
support_2719-1
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
[*] Spelling correcred
· e684afa6
Roman Khlopkov
authored
4 years ago
e684afa6
Merge branch 'bugs-3330' into 'master'
· 1e888729
dmitriy.gerasimov
authored
4 years ago
bugs-3330 See merge request
!1
1e888729
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/dap_app_cli.c
+1
-1
1 addition, 1 deletion
src/dap_app_cli.c
with
1 addition
and
1 deletion
src/dap_app_cli.c
View file @
1e888729
...
@@ -203,7 +203,7 @@ int dap_app_cli_main(const char * a_app_name, const char * a_socket_path, int a_
...
@@ -203,7 +203,7 @@ int dap_app_cli_main(const char * a_app_name, const char * a_socket_path, int a_
cparam
=
dap_app_cli_connect
(
a_socket_path
);
cparam
=
dap_app_cli_connect
(
a_socket_path
);
if
(
!
cparam
)
if
(
!
cparam
)
{
{
printf
(
"Can't connect
ed
to %s
\n
"
,
dap_get_appname
());
printf
(
"Can't connect to %s
\n
"
,
dap_get_appname
());
exit
(
-
1
);
exit
(
-
1
);
}
}
...
...
This diff is collapsed.
Click to expand it.