Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dap-sdk
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
8
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
dap
dap-sdk
Commits
2f436716
Commit
2f436716
authored
3 weeks ago
by
Roman Khlopkov
🔜
Browse files
Options
Downloads
Plain Diff
Merge branch '15029_15670_fixes_port' into 'develop'
15029_15670_fixes_port See merge request
!511
parents
03170a30
05733695
No related branches found
No related tags found
1 merge request
!511
15029_15670_fixes_port
Pipeline
#51975
failed with stage
in 14 minutes and 2 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
net/server/json_rpc/rpc_core/src/dap_json_rpc_response.c
+1
-1
1 addition, 1 deletion
net/server/json_rpc/rpc_core/src/dap_json_rpc_response.c
with
1 addition
and
1 deletion
net/server/json_rpc/rpc_core/src/dap_json_rpc_response.c
+
1
−
1
View file @
2f436716
...
@@ -209,7 +209,7 @@ void json_print_value(json_object *obj, const char *key, int indent_level, bool
...
@@ -209,7 +209,7 @@ void json_print_value(json_object *obj, const char *key, int indent_level, bool
printf
(
print_separator
?
"%s, "
:
"%s"
,
json_object_get_string
(
obj
));
printf
(
print_separator
?
"%s, "
:
"%s"
,
json_object_get_string
(
obj
));
break
;
break
;
case
json_type_int
:
case
json_type_int
:
printf
(
"%
d
"
,
json_object_get_int
(
obj
));
printf
(
"%"
DAP_UINT64_FORMAT_U
,
json_object_get_int
64
(
obj
));
break
;
break
;
case
json_type_double
:
case
json_type_double
:
printf
(
"%lf"
,
json_object_get_double
(
obj
));
printf
(
"%lf"
,
json_object_get_double
(
obj
));
...
...
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