comment brein damage

This commit is contained in:
Bill Currie 2001-08-15 07:50:21 +00:00
parent 8d0acf7630
commit 5dc827ccf8

View file

@ -173,10 +173,8 @@ extract_line (char *line)
memcpy (line, text, i);
line[i] = '\0';
// delete the text from the command buffer and move remaining commands
// down
// this is necessary because commands (exec, alias) can insert data at
// the
// beginning of the text buffer
// down this is necessary because commands (exec, alias) can insert
// data at the beginning of the text buffer
if (i == cmd_text.cursize)
cmd_text.cursize = 0;