pkgsrc/mbone/nte/patches/patch-ae

12 lines
450 B
Text

$NetBSD: patch-ae,v 1.3 2006/01/03 18:40:16 joerg Exp $
*** src/ui_fns.c~ Thu Oct 31 10:33:03 1996
--- src/ui_fns.c Thu Mar 5 20:38:49 1998
***************
*** 215,218 ****
--- 215,219 ----
user_copy(&me, &(cur_line->modifier));
cur_line->no_of_chars = strlen(argv[3]);
+ cur_line->status = NORMAL;
strncpy(cur_line->line_data, argv[3], MAX_LINE_LEN);
queue_packet_for_sending(tx_fd, cur_line, cur_line->lineid, &sendq, LINEMSG);