diff ui.c @ 631:2c6945599b16

Rename a define.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 21 Jun 2014 20:01:17 +0300
parents 199fd3371035
children 5269a8cdbd96
line wrap: on
line diff
--- a/ui.c	Sat Jun 21 20:01:08 2014 +0300
+++ b/ui.c	Sat Jun 21 20:01:17 2014 +0300
@@ -32,7 +32,7 @@
 
     if (res == NULL) return NULL;
 
-    res->data = th_ringbuf_new(NN_BACKBUF_LEN, nn_line_free);
+    res->data = th_ringbuf_new(SET_BACKBUF_LEN, nn_line_free);
     if (res->data == NULL)
     {
         th_free(res);