From 6c8953531a07f4920915b2f0fed2aefdba16a7ac Mon Sep 17 00:00:00 2001 From: giantpune Date: Wed, 15 Jul 2009 04:36:08 +0000 Subject: [PATCH] File a little syntax error. --- source/prompts/PromptWindows.cpp | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/source/prompts/PromptWindows.cpp b/source/prompts/PromptWindows.cpp index 41ac48a4..c5b8f823 100644 --- a/source/prompts/PromptWindows.cpp +++ b/source/prompts/PromptWindows.cpp @@ -2689,7 +2689,7 @@ int ProgressUpdateWindow() fwrite(file.data,1,file.size,pfile); fclose(pfile); free(file.data); - + } s32 filesize = download_request("http://www.techjawa.com/usbloadergx/ULNR.file");//for some reason it didn't download completely when saved as a wad. if(filesize > 0) { @@ -2731,16 +2731,6 @@ int ProgressUpdateWindow() fclose(pfile); delete blockbuffer; if(!failed) { - // while we're at it grab the xml shit too - /*pfile = downloadfile("http://wiitdb.com/wiitdb.zip"); - if(file.data != NULL){ - sprintf(dolpath, "%swiitdb.zip", Settings.titlestxt_path); - pfile = fopen(xmliconpath, "wb"); - fwrite(file.data,1,file.size,pfile); - fclose(pfile); - free(file.data); - }*/ - } }else { failed = -1;