Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sven Gestegård Robertz
LabComm
Commits
ca70032a
Commit
ca70032a
authored
Feb 05, 2015
by
Sven Gestegård Robertz
Browse files
removed another fprintf
parent
35db2e07
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/c/2014/labcomm_decoder.c
View file @
ca70032a
...
...
@@ -173,7 +173,9 @@ static int decoder_skip(struct labcomm_decoder *d, int len, int tag)
printf
(
"got tag 0x%x, skipping %d bytes
\n
"
,
tag
,
len
);
#endif
for
(
i
=
0
;
i
<
len
;
i
++
){
#ifdef LABCOMM_DECODER_DEBUG
fprintf
(
stderr
,
"."
);
#endif
labcomm_read_byte
(
d
->
reader
);
if
(
d
->
reader
->
error
<
0
)
{
#ifdef LABCOMM_DECODER_DEBUG
...
...
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