mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-26 21:24:16 +01:00
File a little syntax error.
This commit is contained in:
parent
e9ba1a1a0e
commit
6c8953531a
@ -2689,7 +2689,7 @@ int ProgressUpdateWindow()
|
|||||||
fwrite(file.data,1,file.size,pfile);
|
fwrite(file.data,1,file.size,pfile);
|
||||||
fclose(pfile);
|
fclose(pfile);
|
||||||
free(file.data);
|
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.
|
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) {
|
if(filesize > 0) {
|
||||||
|
|
||||||
@ -2731,16 +2731,6 @@ int ProgressUpdateWindow()
|
|||||||
fclose(pfile);
|
fclose(pfile);
|
||||||
delete blockbuffer;
|
delete blockbuffer;
|
||||||
if(!failed) {
|
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 {
|
}else {
|
||||||
failed = -1;
|
failed = -1;
|
||||||
|
Loading…
Reference in New Issue
Block a user