From fa7fa163dacdf81bdcb72b2d2713fbe9984b62bb Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Tue, 5 Aug 2025 12:24:05 +0200 Subject: [PATCH] Disable this code for now --- src/base/io/ioReadBlifMv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/base/io/ioReadBlifMv.c b/src/base/io/ioReadBlifMv.c index 51ad65bec..3059d851b 100644 --- a/src/base/io/ioReadBlifMv.c +++ b/src/base/io/ioReadBlifMv.c @@ -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 );