Skip to content
Snippets Groups Projects
Commit d6324967 authored by Federico Vaga's avatar Federico Vaga Committed by Alessandro Rubini
Browse files

zio_dump: bugfix sbits -> nbits


Signed-off-by: default avatarFederico Vaga <federico.vaga@gmail.com>
Acked-by: default avatarAlessandro Rubini <rubini@gnudd.com>
parent aa5743c9
Branches
Tags
No related merge requests found
......@@ -72,7 +72,7 @@ void read_channel(int cfd, int dfd, FILE *log)
ctrl.seq_num,
ctrl.nsamples,
ctrl.ssize,
ctrl.sbits,
ctrl.nbits,
ctrl.flags,
ctrl.flags & ZIO_CONTROL_LITTLE_ENDIAN
? "little-endian" :
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment