]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
explicitly cast to (unsigned int)
authorMark Andrews <marka@isc.org>
Mon, 20 Feb 2017 06:05:53 +0000 (17:05 +1100)
committerMark Andrews <marka@isc.org>
Mon, 20 Feb 2017 06:05:53 +0000 (17:05 +1100)
lib/dns/masterdump.c

index f84e608e9ce804baa85a7273a78f45ddca749ab7..b74f96f7e87dd4bf5bc0ed12da6e104485a6052b 100644 (file)
@@ -561,6 +561,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,