Pcbnew: Fix Bug #1224656

This commit is contained in:
jean-pierre charras 2013-09-13 11:58:51 +02:00
parent bc8a3c7bf3
commit 50242fd54d
1 changed files with 1 additions and 0 deletions

View File

@ -1567,6 +1567,7 @@ MODULE* PCB_PARSER::parseMODULE( wxArrayString* aInitialComments ) throw( IO_ERR
break;
case T_fp_lib:
NeedSYMBOLorNUMBER();
fpid.SetLibNickname( FromUTF8() );
NeedRIGHT();
break;