From ab149c6b07e5e183a0ad4dec6c886f06df6d2efc Mon Sep 17 00:00:00 2001 From: Leandro Pereira Date: Sun, 19 Apr 2009 10:01:20 -0300 Subject: Clean up CPU description on benchmark display --- hardinfo2/hardinfo.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'hardinfo2/hardinfo.h') diff --git a/hardinfo2/hardinfo.h b/hardinfo2/hardinfo.h index 6ac25bec..2fe955fe 100644 --- a/hardinfo2/hardinfo.h +++ b/hardinfo2/hardinfo.h @@ -68,7 +68,8 @@ struct _ModuleAbout { inline void remove_quotes(gchar *str); inline char *strend(gchar *str, gchar chr); inline void remove_linefeed(gchar *str); -gchar *strreplace(gchar *string, gchar *replace, gchar new_char); +gchar *strreplacechr(gchar *string, gchar *replace, gchar new_char); +gchar *strreplace(gchar *string, gchar *replace, gchar *replacement); /* Widget utility functions */ void widget_set_cursor(GtkWidget *widget, GdkCursorType cursor_type); -- cgit v1.2.3