Skip to content
Snippets Groups Projects
Commit ca70032a authored by Sven Gestegård Robertz's avatar Sven Gestegård Robertz
Browse files

removed another fprintf

parent 35db2e07
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment