HTMLv: fix URLs (hidnplayr)

git-svn-id: svn://kolibrios.org@4551 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Kirill Lipatov (Leency) 2014-01-30 18:31:51 +00:00
parent b29e77e550
commit 881da0723b

View File

@ -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();