Fix field greater than 2 legacy footprint library file parser bug. (fixes lp:1375419)

This commit is contained in:
Wayne Stambaugh 2014-10-01 10:13:11 -04:00
parent 21ca86573f
commit 7c747c1a44
1 changed files with 2 additions and 2 deletions

View File

@ -1233,8 +1233,8 @@ void LEGACY_PLUGIN::loadMODULE( MODULE* aModule )
textm = &aModule->Value();
break;
case TEXTE_MODULE::TEXT_is_DIVERS:
// text is a drawing
// All other fields greater than 1.
default:
textm = new TEXTE_MODULE( aModule );
aModule->GraphicalItems().PushBack( textm );
}