summaryrefslogtreecommitdiff
path: root/hardinfo2/arch/linux/common/filesystem.h
diff options
context:
space:
mode:
Diffstat (limited to 'hardinfo2/arch/linux/common/filesystem.h')
-rw-r--r--hardinfo2/arch/linux/common/filesystem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hardinfo2/arch/linux/common/filesystem.h b/hardinfo2/arch/linux/common/filesystem.h
index 1eff0818..48cbbd51 100644
--- a/hardinfo2/arch/linux/common/filesystem.h
+++ b/hardinfo2/arch/linux/common/filesystem.h
@@ -77,7 +77,7 @@ scan_filesystems(void)
g_free(strhash);
}
- strreplace(tmp[0], "#", '_');
+ strreplacechr(tmp[0], "#", '_');
strhash = g_strdup_printf("[%s]\n"
"Filesystem=%s\n"