From: Kern Sibbald Date: Sun, 19 Nov 2017 13:41:05 +0000 (+0100) Subject: Fix compiler warning in previous patch X-Git-Tag: Release-9.0.6~31 X-Git-Url: https://git.sur5r.net/?p=bacula%2Fbacula;a=commitdiff_plain;h=8709733a5d458ffd671aada1a837537352cacdb8;hp=f22306c4aa11062bf4fad4eb09b7c88c045efe66 Fix compiler warning in previous patch --- diff --git a/bacula/src/stored/block.c b/bacula/src/stored/block.c index a0f33705cd..92c56ecd6b 100644 --- a/bacula/src/stored/block.c +++ b/bacula/src/stored/block.c @@ -447,7 +447,7 @@ bool DCR::read_block_from_dev(bool check_block_numbers) DCR *dcr = this; boffset_t pos; char ed1[50]; - int data_len; + uint32_t data_len; if (job_canceled(jcr)) { Mmsg(dev->errmsg, _("Job failed or canceled.\n"));