aboutsummaryrefslogtreecommitdiff
path: root/hardinfo2/arch/common/printers.h
diff options
context:
space:
mode:
Diffstat (limited to 'hardinfo2/arch/common/printers.h')
-rw-r--r--hardinfo2/arch/common/printers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hardinfo2/arch/common/printers.h b/hardinfo2/arch/common/printers.h
index 2f221252..75b6e84a 100644
--- a/hardinfo2/arch/common/printers.h
+++ b/hardinfo2/arch/common/printers.h
@@ -234,7 +234,7 @@ __scan_printers(void)
} else {
if (temp) {
/* FIXME Do proper escaping */
- temp = g_strdup(strreplace(temp, "&=", ' '));
+ temp = g_strdup(strreplacechr(temp, "&=", ' '));
} else {
temp = g_strdup("Unknown");
}