Subversion Repositories Kolibri OS

Rev

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

Rev 7163 Rev 7281
Line 40... Line 40...
40
		return;
40
		return;
41
	}
41
	}
42
	
42
	
Line 43... Line 43...
43
	IF (!strcmpn(in_URL,"./", 2)) in_URL+=2;
43
	IF (!strcmpn(in_URL,"./", 2)) in_URL+=2;
44
	if (!http_transfer) 
44
	if (!http.transfer) 
45
	{
45
	{
46
		strcpy(#newurl, history.current());
46
		strcpy(#newurl, history.current());
47
	}
47
	}
48
	else
48
	else
49
	{
49
	{