Commit 8b51cbbf authored by Alessandro Rubini's avatar Alessandro Rubini

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

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
Acked-by: 's avatarFederico Vaga <federico.vaga@gmail.com>
parent 9ecaeea5
......@@ -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):
......
Markdown is supported
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