Use good m_ functions, because it smell like a flower, version 2.
[apps/madmutt.git] / lib-ui / sidebar.c
index 6668ca0..6ccff9f 100644 (file)
@@ -82,7 +82,7 @@ static char *shortened_hierarchy (char *hbox, int maxlen)
           new_box[j++] = hbox[i + 1];
           new_box[j] = 0;
         } else {
-          strcat (&new_box[j], last_dot);
+          m_strcat(&new_box[j], maxlen + 1, last_dot);
           break;
         }
       }