Subversion Repositories Kolibri OS

Rev

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

Rev 5676 Rev 5718
Line 231... Line 231...
231
	pos = PATH;
231
	pos = PATH;
232
	if(DSBYTE[pos]=='/')
232
	if(DSBYTE[pos]=='/')
233
	{
233
	{
234
		pos++;
234
		pos++;
235
		if(!strncmp(pos,"sys/",4)) return PATH;
235
		if(!strncmp(pos,"sys/",4)) return PATH;
-
 
236
		if(!strncmp(pos,"kolibrios/",10)) return PATH;
236
		if(!strncmp(pos,"hd/",3)) return PATH;
237
		if(!strncmp(pos,"hd/",3)) return PATH;
237
		if(!strncmp(pos,"fd/",3)) return PATH;
238
		if(!strncmp(pos,"fd/",3)) return PATH;
238
		if(!strncmp(pos,"rd/",3)) return PATH;
239
		if(!strncmp(pos,"rd/",3)) return PATH;
239
		if(!strncmp(pos,"tmp/",4)) return PATH;
240
		if(!strncmp(pos,"tmp/",4)) return PATH;
240
		if(!strncmp(pos,"cd/",3)) return PATH;
241
		if(!strncmp(pos,"cd/",3)) return PATH;