aboutsummaryrefslogtreecommitdiffstats
path: root/display.c
diff options
context:
space:
mode:
Diffstat (limited to 'display.c')
-rw-r--r--display.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/display.c b/display.c
index 146aa36..4b99816 100644
--- a/display.c
+++ b/display.c
@@ -1,4 +1,4 @@
-/* $Id: display.c,v 1.10 2001/11/29 09:34:14 ukai Exp $ */
+/* $Id: display.c,v 1.11 2001/12/02 16:26:08 ukai Exp $ */
#include <signal.h>
#include "fm.h"
@@ -782,7 +782,7 @@ record_err_message(char *s)
message_list = newGeneralList();
if (message_list->nitem >= LINES)
popValue(message_list);
- pushValue(message_list, allocStr(s, 0));
+ pushValue(message_list, allocStr(s, -1));
}
}