Skip to content
Snippets Groups Projects
Commit 8b51cbbf authored by Alessandro Rubini's avatar Alessandro Rubini
Browse files

tools: fix a non-critical warning in zio-dump


Signed-off-by: default avatarAlessandro Rubini <rubini@gnudd.com>
Acked-by: default avatarFederico Vaga <federico.vaga@gmail.com>
parent 9ecaeea5
Branches
Tags
No related merge requests found
......@@ -35,7 +35,7 @@ void read_channel(int cfd, int dfd, FILE *log)
prgname);
exit(1);
default:
fprintf(stderr, "%s: ctrl read: %i bytes (expected %li)\n",
fprintf(stderr, "%s: ctrl read: %i bytes (expected %i)\n",
prgname, i, sizeof(ctrl));
/* continue anyways */
case sizeof(ctrl):
......
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