Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
axel.maurer
bwCard Reader
Commits
24c211c9
Commit
24c211c9
authored
Sep 13, 2021
by
axel.maurer
Browse files
typo corrected
parent
e2d2c93c
Changes
1
Hide whitespace changes
Inline
Side-by-side
KIT-Card.c
View file @
24c211c9
...
...
@@ -1085,7 +1085,7 @@ int DoDesFireCardAction(int action, char *parmStr, char *resultStr)
sprintf
(
resultStr
,
"%s"
,
mBuffer
);
return
(
false
);
}
sprintf
(
mBuffer
,
"File read:%s"
,(
cha
61
r
*
)
byteBuffer
);
sprintf
(
mBuffer
,
"File read:%s"
,(
char
*
)
byteBuffer
);
PrintLnDebug
(
mBuffer
);
sprintf
(
outBufferStr
,
"%s"
,(
char
*
)
byteBuffer
);
}
else
{
...
...
Write
Preview
Markdown
is supported
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