forked from KolibriOS/kolibrios
small fix
git-svn-id: svn://kolibrios.org@5386 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
e7807ffda0
commit
2e7798d1dc
@ -35,7 +35,7 @@ int GetListOfPrograms()
|
|||||||
case '=': InfType=OPTION; break;
|
case '=': InfType=OPTION; break;
|
||||||
case 0x0a:
|
case 0x0a:
|
||||||
case 0x0d:
|
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
|
for (ti=0; ti<app_list.count; ti++) //do not add duplications
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user