From d03d4b3145b8bb0a582afc7dbdbd4e32f713d612 Mon Sep 17 00:00:00 2001 From: Cary R Date: Mon, 4 Sep 2023 00:20:43 -0700 Subject: [PATCH] Update to the latest fstapi.c file --- vpi/fstapi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vpi/fstapi.c b/vpi/fstapi.c index 205e43952..1405878cb 100644 --- a/vpi/fstapi.c +++ b/vpi/fstapi.c @@ -4181,7 +4181,7 @@ if(!(isfeof=feof(xc->fh))) if((xc->hier.u.attr.subtype == FST_MT_SOURCESTEM)||(xc->hier.u.attr.subtype == FST_MT_SOURCEISTEM)) { int sidx_skiplen_dummy = 0; - xc->hier.u.attr.arg_from_name = fstGetVarint64((unsigned char *)xc->str_scope_nam, &sidx_skiplen_dummy); + xc->hier.u.attr.arg_from_name = fstGetVarint64((unsigned char *)xc->str_scope_attr, &sidx_skiplen_dummy); } } break;