mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-19 09:49:21 +01:00
remove debug stuff
This commit is contained in:
parent
deddf31907
commit
378463e838
@ -243,7 +243,6 @@ static int ApplicationDownload(void)
|
|||||||
{
|
{
|
||||||
// first line of the text file is the revisionc
|
// first line of the text file is the revisionc
|
||||||
newrev = atoi((char *) file.data);
|
newrev = atoi((char *) file.data);
|
||||||
newrev = 1800;
|
|
||||||
// 2nd line of the text file is the url
|
// 2nd line of the text file is the url
|
||||||
char *ptr = strchr((char *)file.data, '\n');
|
char *ptr = strchr((char *)file.data, '\n');
|
||||||
while(ptr && (*ptr == '\r' || *ptr == '\n' || *ptr == ' '))
|
while(ptr && (*ptr == '\r' || *ptr == '\n' || *ptr == ' '))
|
||||||
|
Loading…
Reference in New Issue
Block a user