Unifification of custom extensions.

This commit is contained in:
Alan Mishchenko 2012-12-13 10:17:56 -08:00
parent b2bd941a7e
commit 5ef3c1db3a
1 changed files with 1 additions and 1 deletions

View File

@ -495,7 +495,7 @@ Gia_Man_t * Gia_AigerReadFromMemory( char * pContents, int nFileSize, int fSkipS
if ( pCur + 1 < (unsigned char *)pContents + nFileSize && *pCur == 'c' )
{
Vec_Str_t * vStr;
char * pCurTemp;
unsigned char * pCurTemp;
pCur++;
while ( 1 )
{