Commit 9a8279b7 authored by Guillaume Quintard's avatar Guillaume Quintard

Assert on the right variable

parent baee0573
......@@ -1654,7 +1654,7 @@ cmd_txdata(CMD_ARGS)
av++;
body = strdup(*av);
} else if (!strcmp(*av, "-datalen")) {
AZ(data);
AZ(body);
av++;
body = synth_body(*av, 0);
} else if (!strcmp(*av, "-pad")) {
......
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