Commit 5ef3c1db by Alan Mishchenko

Unifification of custom extensions.

parent b2bd941a
...@@ -495,7 +495,7 @@ Gia_Man_t * Gia_AigerReadFromMemory( char * pContents, int nFileSize, int fSkipS ...@@ -495,7 +495,7 @@ Gia_Man_t * Gia_AigerReadFromMemory( char * pContents, int nFileSize, int fSkipS
if ( pCur + 1 < (unsigned char *)pContents + nFileSize && *pCur == 'c' ) if ( pCur + 1 < (unsigned char *)pContents + nFileSize && *pCur == 'c' )
{ {
Vec_Str_t * vStr; Vec_Str_t * vStr;
char * pCurTemp; unsigned char * pCurTemp;
pCur++; pCur++;
while ( 1 ) while ( 1 )
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment