Signed-off-by: Daniel Lezcano daniel.lezcano@free.fr --- clocks.c | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/clocks.c b/clocks.c index 2c9597d..5c5c24f 100644 --- a/clocks.c +++ b/clocks.c @@ -20,7 +20,6 @@ #include "clocks.h"
static char clk_dir_path[PATH_MAX]; -static char clk_name[NAME_MAX]; static int bold[MAX_LINES];
static int locate_debugfs(char *clk_path) @@ -85,8 +84,8 @@ int init_clock_details(bool dump, int selectedwindow) exit(1); } } - strcpy(clk_name, ""); - return(0); + + return 0; }
static int file_read_from_format(char *file, int *value, const char *format)