revert change

This commit is contained in:
Andrew Pamment
2018-02-20 15:05:45 +10:00
parent c98ad14aef
commit 532e1a6861
3 changed files with 2 additions and 6 deletions

View File

@@ -621,7 +621,7 @@ char *editor(struct user_record *user, char *quote, int quotelen, char *from, in
s_printf(get_string(87));
while(!doquit) {
s_printf(get_string(88), lines);
s_printf(get_string(88), lines, "");
strcpy(linebuffer, next_line_buffer);
s_readstring_inject(linebuffer, 70, next_line_buffer);
memset(next_line_buffer, 0, 70);