Subversion Repositories Kolibri OS

Rev

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

Rev 7752 Rev 7754
Line 487... Line 487...
487
{
487
{
488
	char anchor[256];
488
	char anchor[256];
489
	dword anchor_pos;
489
	dword anchor_pos;
Line 490... Line 490...
490
	
490
	
491
	anchor_pos = strrchr(#URL, '#')-1;
491
	anchor_pos = strrchr(#URL, '#')-1;
492
	strlcpy(#anchors.current_anchor_name, #URL+anchor_pos, sizeof(anchor)-1);
492
	strlcpy(#anchor, #URL+anchor_pos, sizeof(anchor)-1);
Line 493... Line 493...
493
	URL[anchor_pos] = 0x00;
493
	URL[anchor_pos] = 0x00;
494
 
494
 
495
	if (URL[0] == NULL) {
495
	if (URL[0] == NULL) {