small fix

git-svn-id: svn://kolibrios.org@5386 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Serhii Sakhno 2015-01-18 21:44:48 +00:00
parent e7807ffda0
commit 2e7798d1dc

View File

@ -35,7 +35,7 @@ int GetListOfPrograms()
case '=': InfType=OPTION; break;
case 0x0a:
case 0x0d:
if (!strcmp(#section,"Associations")) && (option) && (InfType!=COMMENT)
if (!strcmp(#section,"Assoc")) && (option) && (InfType!=COMMENT)
{
for (ti=0; ti<app_list.count; ti++) //do not add duplications
{