From c55320e9e2a8916e911bcd39ab37b79e3a7d03b2 Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Mon, 11 Jan 2021 20:43:27 +0100 Subject: New upstream version 3.0.5 --- linux/SELinuxMeter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux/SELinuxMeter.c') diff --git a/linux/SELinuxMeter.c b/linux/SELinuxMeter.c index 64a3f2a..892f1e8 100644 --- a/linux/SELinuxMeter.c +++ b/linux/SELinuxMeter.c @@ -35,7 +35,7 @@ static bool hasSELinuxMount(void) { return false; } - if (sfbuf.f_type != SELINUX_MAGIC) { + if ((uint32_t)sfbuf.f_type != (uint32_t)SELINUX_MAGIC) { return false; } -- cgit v1.2.3