Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 4561 → Rev 4562

/programs/cmm/TWB/img_cache.h
43,7 → 43,7
do{
if (!strcmp(#parametr,"src=")) //íàäî îáúåäèíèòü ñ GetNewUrl()
{
//if (downloader_id) strcpy(#img_path, #history_list[history_current-1].Item); else
if (downloader_id) strcpy(#img_path, #history_list[BrowserHistory.current-1].Item); else
strcpy(#img_path, BrowserHistory.CurrentUrl());
if (strcmpn(#img_path, "http:", 5)!=0) || (strcmpn(#options, "http:", 5)!=0)
{