Commit 109fc76f by Alan Mishchenko

Changes to history recording and other small things.

parent 5d1a5f35
...@@ -59,7 +59,7 @@ void Cmd_HistoryAddCommand( Abc_Frame_t * p, const char * command ) ...@@ -59,7 +59,7 @@ void Cmd_HistoryAddCommand( Abc_Frame_t * p, const char * command )
Buffer[Len-1] = 0; Buffer[Len-1] = 0;
if ( strlen(Buffer) > 3 && if ( strlen(Buffer) > 3 &&
strncmp(Buffer,"set",3) && strncmp(Buffer,"set",3) &&
strncmp(Buffer,"inset",5) && strncmp(Buffer,"unset",5) &&
strncmp(Buffer,"time",4) && strncmp(Buffer,"time",4) &&
strncmp(Buffer,"quit",4) && strncmp(Buffer,"quit",4) &&
strncmp(Buffer,"alias",5) && strncmp(Buffer,"alias",5) &&
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment