mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
In contrib/gperf/src/output.cc, use the correct printf length modifier
for a ptrdiff_t. MFC after: 1 week
This commit is contained in:
parent
9733a9e463
commit
cf87966cfd
1 changed files with 1 additions and 1 deletions
|
|
@ -1300,7 +1300,7 @@ Output::output_lookup_array () const
|
|||
|
||||
if (option[DEBUG])
|
||||
fprintf (stderr,
|
||||
"dup_ptr[%d]: hash_value = %d, index = %d, count = %d\n",
|
||||
"dup_ptr[%td]: hash_value = %d, index = %d, count = %d\n",
|
||||
dup_ptr - duplicates,
|
||||
dup_ptr->hash_value, dup_ptr->index, dup_ptr->count);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue