util-linux/libblkid-Fix-hidding-typo.patch
2019-09-30 11:19:16 -04:00

29 lines
868 B
Diff

From b7fb72090b2d02baf86480b11346f41627291372 Mon Sep 17 00:00:00 2001
From: Andreas Henriksson <andreas@fatal.se>
Date: Mon, 12 Nov 2018 20:50:23 +0100
Subject: [PATCH 479/686] libblkid: Fix hidding typo
Spelling error spotted by lintian.
Signed-off-by: Andreas Henriksson <andreas@fatal.se>
---
libblkid/src/probe.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libblkid/src/probe.c b/libblkid/src/probe.c
index 081f882..96aecf3 100644
--- a/libblkid/src/probe.c
+++ b/libblkid/src/probe.c
@@ -625,7 +625,7 @@ static int hide_buffer(blkid_probe pr, uint64_t off, uint64_t len)
data = real_off ? x->data + (real_off - x->off) : x->data;
- DBG(BUFFER, ul_debug("\thidding: off=%"PRIu64" len=%"PRIu64,
+ DBG(BUFFER, ul_debug("\thiding: off=%"PRIu64" len=%"PRIu64,
off, len));
memset(data, 0, len);
ct++;
--
1.8.3.1