Commit 7c747c1a authored by Wayne Stambaugh's avatar Wayne Stambaugh

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

parent 21ca8657
...@@ -1233,8 +1233,8 @@ void LEGACY_PLUGIN::loadMODULE( MODULE* aModule ) ...@@ -1233,8 +1233,8 @@ void LEGACY_PLUGIN::loadMODULE( MODULE* aModule )
textm = &aModule->Value(); textm = &aModule->Value();
break; break;
case TEXTE_MODULE::TEXT_is_DIVERS: // All other fields greater than 1.
// text is a drawing default:
textm = new TEXTE_MODULE( aModule ); textm = new TEXTE_MODULE( aModule );
aModule->GraphicalItems().PushBack( textm ); aModule->GraphicalItems().PushBack( textm );
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment