]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - gui.c
Merge topic branch t/overflow into master
[paraslash.git] / gui.c
diff --git a/gui.c b/gui.c
index 72908f23e46d0762ab4442975070dc5bd46c7269..ebfab3564836e7b1708dc430e9375815b00d49b7 100644 (file)
--- a/gui.c
+++ b/gui.c
@@ -431,7 +431,7 @@ static void rb_add_entry(int color, char *msg)
 
        if (strwidth(msg, &len) < 0)
                return;
-       new = para_malloc(sizeof(struct rb_entry));
+       new = alloc(sizeof(struct rb_entry));
        new->color = color;
        new->len = len;
        new->msg = msg;