about summary refs log tree commit diff stats
path: root/src/command/cmd_funcs.c
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2020-05-25 13:49:24 +0200
committerMichael Vetter <jubalh@iodoru.org>2020-05-25 13:49:24 +0200
commit438552c14cd5fc32adcc39f5a88fd2c0a17242b2 (patch)
treeff8dd55c149e46ebdbb9818e23934c0df0d0272e /src/command/cmd_funcs.c
parent1cfab017a44b3059dc811eebd1d92edf794defb4 (diff)
downloadprofani-tty-438552c14cd5fc32adcc39f5a88fd2c0a17242b2.tar.gz
Save bookmark ignore list
Diffstat (limited to 'src/command/cmd_funcs.c')
-rw-r--r--src/command/cmd_funcs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/cmd_funcs.c b/src/command/cmd_funcs.c
index 83a050ed..7d9f92f2 100644
--- a/src/command/cmd_funcs.c
+++ b/src/command/cmd_funcs.c
@@ -4780,7 +4780,7 @@ cmd_bookmark_ignore(ProfWin *window, const char *const command, gchar **args)
 
     // `/bookmark ignore` lists them
     if (args[1] == NULL) {
-        gsize len;
+        gsize len = 0;
         gchar **list = bookmark_ignore_list(&len);
         cons_show_bookmarks_ignore(list, len);
         g_strfreev(list);