Debugging the bit-blaster.

This commit is contained in:
Alan Mishchenko
2014-09-23 12:54:57 -04:00
parent 15f5428989
commit 3f6c08dfc6
2 changed files with 28 additions and 8 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ void Cmd_HistoryAddCommand( Abc_Frame_t * p, const char * command )
strncmp(Buffer,"set",3) &&
strncmp(Buffer,"time",4) &&
strncmp(Buffer,"quit",4) &&
strncmp(Buffer,"source",6) &&
// strncmp(Buffer,"source",6) &&
strncmp(Buffer,"history",7) && strncmp(Buffer,"hi ", 3) && strcmp(Buffer,"hi") &&
Buffer[strlen(Buffer)-1] != '?' )
{