Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
8d85404d
Commit
8d85404d
authored
Nov 04, 2014
by
Thomas Jahns
🤸
Browse files
Align error behaviour of cdiPioFileWrite with fileWrite.
* On error 0 is returned.
parent
455a51f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/pio.c
View file @
8d85404d
...
...
@@ -43,7 +43,7 @@ char *token = "%";
size_t
cdiPioFileWrite
(
int
fileID
,
const
void
*
restrict
buffer
,
size_t
len
,
int
tsID
)
{
size_t
iret
=
CDI_UNDEFID
;
size_t
iret
=
0
;
switch
(
commInqIOMode
())
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment