parseARC: parsing UUID: fix missing call to NextTok(), creating parse error.

This commit is contained in:
jean-pierre charras 2020-02-23 17:20:04 +01:00
parent 7206b567ac
commit fee5db80dc
1 changed files with 1 additions and 0 deletions

View File

@ -3406,6 +3406,7 @@ ARC* PCB_PARSER::parseARC()
break; break;
case T_tstamp: case T_tstamp:
NextTok();
const_cast<KIID&>( arc->m_Uuid ) = KIID( CurStr() ); const_cast<KIID&>( arc->m_Uuid ) = KIID( CurStr() );
break; break;