diff options
author | Leandro Pereira <leandro@hardinfo.org> | 2009-04-19 10:01:20 -0300 |
---|---|---|
committer | Leandro Pereira <leandro@hardinfo.org> | 2009-04-19 10:01:20 -0300 |
commit | ab149c6b07e5e183a0ad4dec6c886f06df6d2efc (patch) | |
tree | ab903683a7f83193de945cff42d9a9a1f00df07c /hardinfo2/hardinfo.h | |
parent | b8ec48cc434da4c35e574cdd8d9c7465f101799c (diff) |
Clean up CPU description on benchmark display
Diffstat (limited to 'hardinfo2/hardinfo.h')
-rw-r--r-- | hardinfo2/hardinfo.h | 3 |
1 files changed, 2 insertions, 1 deletions
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); |