Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 4561 → Rev 4562

/programs/cmm/TWB/TWB.c
309,7 → 309,6
bufpos++;
}
strlwr(#tag);
strlwr(#tagparam);
 
if (condition_text_active) && (condition_text_val != condition_href)
{
/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)
{
/programs/cmm/TWB/parce_tag.h
34,5 → 34,6
}
strlcpy(#parametr, #tagparam + i + 1, sizeof(parametr));
tagparam[i] = 0x00;
strlwr(#parametr);
return 1;
}