parseARC: parsing UUID: fix missing call to NextTok(), creating parse error.
This commit is contained in:
parent
7206b567ac
commit
fee5db80dc
|
@ -3406,6 +3406,7 @@ ARC* PCB_PARSER::parseARC()
|
|||
break;
|
||||
|
||||
case T_tstamp:
|
||||
NextTok();
|
||||
const_cast<KIID&>( arc->m_Uuid ) = KIID( CurStr() );
|
||||
break;
|
||||
|
||||
|
|
Loading…
Reference in New Issue