Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
VILLASnode
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container registry
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ACS
Public
VILLASframework
VILLASnode
Commits
21a16166
Commit
21a16166
authored
4 years ago
by
Steffen Vogel
Browse files
Options
Downloads
Patches
Plain Diff
io: fix typo
parent
e81b61b4
No related branches found
No related tags found
No related merge requests found
Pipeline
#913607
canceled
2 years ago
Stage: prepare
Stage: build
Stage: test
Stage: packaging
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/formats/protobuf.cpp
+1
-1
1 addition, 1 deletion
lib/formats/protobuf.cpp
with
1 addition
and
1 deletion
lib/formats/protobuf.cpp
+
1
−
1
View file @
21a16166
...
...
@@ -103,7 +103,7 @@ int protobuf_sprint(struct io *io, char *buf, size_t len, size_t *wbytes, struct
for
(
unsigned
j
=
0
;
j
<
pb_smp
->
n_values
;
j
++
)
{
Villas__Node__Value
*
pb_val
=
pb_smp
->
values
[
j
]
=
new
Villas__Node__Value
;
if
(
!
pb_
smp
->
values
[
i
]
)
if
(
!
pb_
val
)
throw
MemoryAllocationError
();
villas__node__value__init
(
pb_val
);
...
...
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