Subversion Repositories Kolibri OS

Rev

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

Rev 7972 Rev 8020
Line 104... Line 104...
104
		strlcpy(#val, i+1, sizeof(val)-1);
104
		strlcpy(#val, i+1, sizeof(val)-1);
105
		ESBYTE[i+1] = '\0';
105
		ESBYTE[i+1] = '\0';
106
	}
106
	}
107
	strlwr(#attr);
107
	strlwr(#attr);
108
 
108
	strrtrim(#val);
-
 
109
 
Line 109... Line 110...
109
	attributes.add(#attr);
110
	attributes.add(#attr);
110
	values.add(#val);
111
	values.add(#val);
Line 111... Line 112...
111
 
112