Subversion Repositories Kolibri OS

Rev

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

Rev 4562 Rev 4636
Line 41... Line 41...
41
    int w=0, h=0, img_lines_first=0, cur_pic=0;
41
    int w=0, h=0, img_lines_first=0, cur_pic=0;
Line 42... Line 42...
42
	
42
	
43
	do{
43
	do{
44
		if (!strcmp(#parametr,"src="))   //íàäî îáúåäèíèòü ñ GetNewUrl()
44
		if (!strcmp(#parametr,"src="))   //íàäî îáúåäèíèòü ñ GetNewUrl()
45
		{
45
		{
46
			if (downloader_id) strcpy(#img_path, #history_list[BrowserHistory.current-1].Item); else
46
			if (http_transfer<>0) strcpy(#img_path, #history_list[BrowserHistory.current-1].Item); else
47
			strcpy(#img_path, BrowserHistory.CurrentUrl());
47
			strcpy(#img_path, BrowserHistory.CurrentUrl());
48
			if (strcmpn(#img_path, "http:", 5)!=0) || (strcmpn(#options, "http:", 5)!=0)
48
			if (strcmpn(#img_path, "http:", 5)!=0) || (strcmpn(#options, "http:", 5)!=0)
49
			{
49
			{
50
				//get path: absolute or relative
50
				//get path: absolute or relative