Subversion Repositories Kolibri OS

Rev

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

Rev 7755 Rev 7970
Line 35... Line 35...
35
{
35
{
36
	int anchor_pos;
36
	int anchor_pos;
37
	if (!current) && (_URL) && (anchor_pos = strrchr(_URL, '#')) {
37
	if (!current) && (_URL) && (anchor_pos = strrchr(_URL, '#')) {
38
		strncpy(#current, _URL+anchor_pos-1, sizeof(_anchors.current)-1);
38
		strncpy(#current, _URL+anchor_pos-1, sizeof(_anchors.current)-1);
39
		ESBYTE[_URL+anchor_pos-1] = EOS;
39
		ESBYTE[_URL+anchor_pos-1] = '\0';
40
	}
40
	}
41
}
41
}
42
42