Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 5825 → Rev 5978

/programs/cmm/TWB/history.h
File deleted
/programs/cmm/TWB/TWB.c
62,7 → 62,6
char val[4096];
char anchor[256]=0;
 
#include "..\TWB\history.h"
#include "..\TWB\links.h"
#include "..\TWB\colors.h"
#include "..\TWB\unicode_tags.h"
/programs/cmm/TWB/links.h
129,11 → 129,11
IF (!strcmpn(in_URL,"./", 2)) in_URL+=2;
if (!http_transfer)
{
strcpy(#newurl, BrowserHistory.CurrentUrl());
strcpy(#newurl, History.current());
}
else
{
strcpy(#newurl, #history_list[BrowserHistory.cur_y-1].Item);
strcpy(#newurl, History.items.get(History.active-2));
}
 
if (ESBYTE[in_URL] == '/') //remove everything after site domain name