checking previously ChangeLog'ed file.

This commit is contained in:
Christopher Faylor 2002-11-14 18:02:05 +00:00
parent 5b213f8bd6
commit 33902276b1
1 changed files with 1 additions and 1 deletions

View File

@ -1530,7 +1530,7 @@ fhandler_console::write (const void *vsrc, size_t len)
case gettitle:
{
int n = strlen (dev_state->my_title_buf);
if (*src < ' ' || *src >= '\177')
if (*src < ' ')
{
if (*src == '\007' && dev_state->state_ == gettitle)
{