From 8709733a5d458ffd671aada1a837537352cacdb8 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sun, 19 Nov 2017 14:41:05 +0100 Subject: [PATCH] Fix compiler warning in previous patch --- bacula/src/stored/block.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")); -- 2.39.2