Temporarily commenting out this line which causes BLIF reader to fail.

This commit is contained in:
Alan Mishchenko 2025-12-18 16:41:25 -08:00
parent f8726e5e97
commit 1e9cc528be
1 changed files with 1 additions and 1 deletions

View File

@ -746,7 +746,7 @@ static void Io_MvReadPreparse( Io_MvMan_t * p )
{
char * pCur, * pPrev;
int i, fComment = 0;
Io_MvReplaceBuffersByShorts( p->pBuffer );
//Io_MvReplaceBuffersByShorts( p->pBuffer );
// parse the buffer into lines and remove comments
Vec_PtrPush( p->vLines, p->pBuffer );