Subversion Repositories Kolibri OS

Rev

Rev 4225 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4225 Rev 5386
Line 33... Line 33...
33
			case '[': InfType=SECTION; section=NULL; break;
33
			case '[': InfType=SECTION; section=NULL; break;
34
			case ']': InfType=PARAM; break;
34
			case ']': InfType=PARAM; break;
35
			case '=': InfType=OPTION; break;
35
			case '=': InfType=OPTION; break;
36
			case 0x0a:
36
			case 0x0a:
37
			case 0x0d:
37
			case 0x0d:
38
				if (!strcmp(#section,"Associations")) && (option) && (InfType!=COMMENT)
38
				if (!strcmp(#section,"Assoc")) && (option) && (InfType!=COMMENT)
39
				{
39
				{
40
					for (ti=0; ti
40
					for (ti=0; ti
41
					{
41
					{
42
						if (strcmp(#app_paths[ti].item, #option)==0) goto _OUT;
42
						if (strcmp(#app_paths[ti].item, #option)==0) goto _OUT;
43
					}
43
					}