From 1b225ecae8f9b55879d07185d4c9a39613dd10a8 Mon Sep 17 00:00:00 2001 From: "Leandro A. F. Pereira" Date: Sun, 24 Feb 2008 15:23:29 +0000 Subject: Fix compilation warnings, add patch by moma (ubuntu bug #178600). --- hardinfo2/arch/linux/common/modules.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hardinfo2/arch/linux/common/modules.h') diff --git a/hardinfo2/arch/linux/common/modules.h b/hardinfo2/arch/linux/common/modules.h index 6fbe13bd..4ae3a960 100644 --- a/hardinfo2/arch/linux/common/modules.h +++ b/hardinfo2/arch/linux/common/modules.h @@ -119,7 +119,7 @@ scan_modules_do(void) "License=%s\n", NONE_IF_NULL(filename), memory / 1024.0, - NONE_IF_NULL(modname), + modname, NONE_IF_NULL(description), NONE_IF_NULL(vermagic), NONE_IF_NULL(author), -- cgit v1.2.3