Use %z format to avoid compiler warning.
This commit is contained in:
parent
a98a6dd018
commit
d4f82ba62a
|
@ -5466,7 +5466,7 @@ if (pat_patctl.convert_type != CONVERT_UNSET)
|
|||
|
||||
if (rc != 0)
|
||||
{
|
||||
fprintf(outfile, "** Pattern conversion error at offset %lu: ",
|
||||
fprintf(outfile, "** Pattern conversion error at offset %zu: ",
|
||||
converted_length);
|
||||
convert_return = print_error_message(rc, "", "\n")? PR_SKIP:PR_ABEND;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue