Use %z format to avoid compiler warning.

This commit is contained in:
Philip.Hazel 2017-07-21 08:41:21 +00:00
parent a98a6dd018
commit d4f82ba62a
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}