changeset 289:c53f880837f5

Merged.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 11 Jun 2011 01:14:25 +0300
parents e7ef3db3b954 (current diff) 220d7996696a (diff)
children f1049f487987
files nnchat.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/nnchat.c	Sat Jun 11 01:10:48 2011 +0300
+++ b/nnchat.c	Sat Jun 11 01:14:25 2011 +0300
@@ -1382,7 +1382,6 @@
     if (cursesInit) {
         /* Initialize rest of interactive UI code */
         memset(histBuf, 0, sizeof(histBuf));
-        memset(histBuf, 0, sizeof(histBuf));
         nn_editbuf_clear(editBuf);
 
         /* First update of screen */
@@ -1393,7 +1392,6 @@
         printMsg(NULL, "%s\n", th_prog_author);
         printMsg(NULL, "%s\n", th_prog_license);
     }
-    
 
     /* Enter mainloop */
     while (!isError && !exitProg) {