forked from KolibriOS/kolibrios
HTMLv: fix URLs (hidnplayr)
git-svn-id: svn://kolibrios.org@4551 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
b29e77e550
commit
881da0723b
@ -446,7 +446,6 @@ void OpenPage()
|
||||
{
|
||||
KillProcess(downloader_id);
|
||||
DeleteFile(#download_path);
|
||||
IF (URL[strlen(#URL)-1]=='/') URL[strlen(#URL)-1]=NULL;
|
||||
downloader_id = RunProgram("/sys/network/downloader", #URL);
|
||||
IF (downloader_id<0) notify("Error running Downloader. Internet unavilable.");
|
||||
Draw_Window();
|
||||
|
Loading…
Reference in New Issue
Block a user