Version abc50905

This commit is contained in:
Alan Mishchenko
2005-09-05 08:01:00 -07:00
parent 33012d9530
commit 1260d20cc0
84 changed files with 172612 additions and 1899 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ void CmdCommandAliasAdd( Abc_Frame_t * pAbc, char * sName, int argc, char ** arg
void CmdCommandAliasPrint( Abc_Frame_t * pAbc, Abc_Alias * pAlias )
{
int i;
fprintf(pAbc->Out, "%s\t", pAlias->sName);
fprintf(pAbc->Out, "%-15s", pAlias->sName);
for(i = 0; i < pAlias->argc; i++)
fprintf( pAbc->Out, " %s", pAlias->argv[i] );
fprintf( pAbc->Out, "\n" );