bugfix in dynamic.c

This commit is contained in:
Werner Saar 2014-12-28 17:15:42 +01:00
parent 9566f5fdb0
commit 0dc559ed30
1 changed files with 1 additions and 1 deletions

View File

@ -365,7 +365,7 @@ static gotoblas_t *force_coretype(char *coretype){
char message[128];
char mname[20];
for ( i=1 ; i <= 20; i++)
for ( i=1 ; i <= 21; i++)
{
if (!strncasecmp(coretype,corename[i],20))
{