Subversion Repositories Kolibri OS

Rev

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

Rev 3058 Rev 3061
Line 22... Line 22...
22
}
22
}
Line 23... Line 23...
23
 
23
 
24
void UrlsHistory::AddUrl() //òóò íóæåí ââîäèìûé ýëåìåíò - äëÿ óíèâåðñàëüíîñòè
24
void UrlsHistory::AddUrl() //òóò íóæåí ââîäèìûé ýëåìåíò - äëÿ óíèâåðñàëüíîñòè
25
{
25
{
26
	int i;
26
	int i;
Line 27... Line 27...
27
	if (history_num>0) && (strcmp(#URL,#history_list[history_current].Item)==0) return;
27
	if (history_num>0) && (!strcmp(#URL,#history_list[history_current].Item)) return;
28
 
28
 
29
	if (history_current>=MAX_HISTORY_NUM-1)
29
	if (history_current>=MAX_HISTORY_NUM-1)
30
	{
30
	{