diff options
Diffstat (limited to 'unit')
-rw-r--r-- | unit/ck-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unit/ck-test.c b/unit/ck-test.c index 36b23d8..d7cf203 100644 --- a/unit/ck-test.c +++ b/unit/ck-test.c @@ -34,7 +34,7 @@ void ck_list_test() { void ck_str_utils_test() { /* make_ck_config_name */ - char ck_conf_path[STR_M]; + char ck_conf_path[STR_M] = ""; str_make_ck_config_name(ck_conf_path, "/test/path/.config", "emacs"); assert(strcmp(ck_conf_path, "emacs/.config") == 0); |