Changes to history recording and other small things.

This commit is contained in:
Alan Mishchenko 2014-11-30 12:20:43 -08:00
parent 5d1a5f3590
commit 109fc76f43
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ void Cmd_HistoryAddCommand( Abc_Frame_t * p, const char * command )
Buffer[Len-1] = 0;
if ( strlen(Buffer) > 3 &&
strncmp(Buffer,"set",3) &&
strncmp(Buffer,"inset",5) &&
strncmp(Buffer,"unset",5) &&
strncmp(Buffer,"time",4) &&
strncmp(Buffer,"quit",4) &&
strncmp(Buffer,"alias",5) &&