forked from KolibriOS/kolibrios
HTMLv files fix
git-svn-id: svn://kolibrios.org@2416 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -9,8 +9,8 @@ UrlsHistory BrowserHistory;
|
||||
|
||||
void UrlsHistory::GoBack()
|
||||
{
|
||||
//WriteDebug(#UrlHistory);
|
||||
|
||||
WriteDebug(#UrlHistory);
|
||||
//find_symbol(#UrlHistory, '|')
|
||||
|
||||
j = strlen(#UrlHistory);
|
||||
WHILE(UrlHistory[j] <>'|') && (j > 0) j--;
|
||||
@@ -20,6 +20,8 @@ void UrlsHistory::GoBack()
|
||||
j--;
|
||||
}
|
||||
UrlHistory[j] = 0x00;
|
||||
|
||||
copystr(#URL, #editURL);
|
||||
WB1.ShowPage(#URL);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user