mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-12 19:20:00 -04:00
explicitly cast to (unsigned int)
This commit is contained in:
parent
0f863f054c
commit
4acedf9e13
1 changed files with 1 additions and 0 deletions
|
|
@ -667,6 +667,7 @@ rdataset_totext(dns_rdataset_t *rdataset,
|
|||
|
||||
RETERR(dns_rdata_tofmttext(&rdata,
|
||||
ctx->origin,
|
||||
(unsigned int)
|
||||
ctx->style.flags,
|
||||
ctx->style.line_length -
|
||||
ctx->style.rdata_column,
|
||||
|
|
|
|||
Loading…
Reference in a new issue