Fixing some update gcc.

This commit is contained in:
Alan Mishchenko
2019-07-24 11:44:28 +07:00
parent 0ca7e355f4
commit ee1bd8f0be
13 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -264,7 +264,7 @@ If_DsdObj_t * If_DsdObjAlloc( If_DsdMan_t * p, int Type, int nFans )
If_DsdMan_t * If_DsdManAlloc( int nVars, int LutSize )
{
If_DsdMan_t * p; int v;
char pFileName[10];
char pFileName[100];
assert( nVars <= DAU_MAX_VAR );
sprintf( pFileName, "%02d.dsd", nVars );
p = ABC_CALLOC( If_DsdMan_t, 1 );