Version abc70706

This commit is contained in:
Alan Mishchenko
2007-07-06 08:01:00 -07:00
parent 0c1e87bc9a
commit 39bc4842e9
32 changed files with 922 additions and 596 deletions
+1 -1
View File
@@ -43,7 +43,7 @@
***********************************************************************/
void Cmd_HistoryAddCommand( Abc_Frame_t * p, char * command )
{
char Buffer[500];
static char Buffer[MAX_STR];
strcpy( Buffer, command );
if ( command[strlen(command)-1] != '\n' )
strcat( Buffer, "\n" );