From c62f380eff9c0d3eda92211ff3547cd6fe4400f1 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Tue, 17 Sep 2013 16:59:22 -0700 Subject: Debugging and finetuning the flow. --- src/map/scl/sclLibScl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/map/scl/sclLibScl.c b/src/map/scl/sclLibScl.c index dbf50627..9be525e1 100644 --- a/src/map/scl/sclLibScl.c +++ b/src/map/scl/sclLibScl.c @@ -407,7 +407,7 @@ static void Abc_SclWriteLibrary( Vec_Str_t * vOut, SC_Lib * p ) Vec_StrPutI( vOut, pCell->n_inputs ); // write function - Vec_StrPutS( vOut, pPin->func_text ? pPin->func_text : "" ); + Vec_StrPutS( vOut, pPin->func_text ? pPin->func_text : (char *)"" ); // write truth table assert( Vec_WrdSize(pPin->vFunc) == Abc_Truth6WordNum(pCell->n_inputs) ); -- cgit v1.2.3