summaryrefslogtreecommitdiffstats
path: root/src/base/pla/plaWrite.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/pla/plaWrite.c')
-rw-r--r--src/base/pla/plaWrite.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/pla/plaWrite.c b/src/base/pla/plaWrite.c
index ed301e87..48f429a4 100644
--- a/src/base/pla/plaWrite.c
+++ b/src/base/pla/plaWrite.c
@@ -49,7 +49,7 @@ Vec_Str_t * Pla_WritePlaInt( Pla_Man_t * p )
int i, k, Lit;
// write comments
Vec_StrPrintStr( vOut, "# SOP \"" );
- Vec_StrPrintStr( vOut, p->pName );
+ Vec_StrPrintStr( vOut, Pla_ManName(p) );
Vec_StrPrintStr( vOut, "\" written via PLA package in ABC on " );
Vec_StrPrintStr( vOut, Extra_TimeStamp() );
Vec_StrPrintStr( vOut, "\n\n" );