apps/dl: fix to previous
This commit is contained in:
@@ -289,11 +289,12 @@ void CompleteDownload()
|
||||
char dbg[128];
|
||||
strcpy(#dbg, "DIAG len=");
|
||||
strcat(#dbg, itoa(http.content_received));
|
||||
strcat(#dbg, " clen=");
|
||||
strcat(#dbg, itoa(http.content_length));
|
||||
strcat(#dbg, " ptr=");
|
||||
strcat(#dbg, itoa(http.content_pointer));
|
||||
strcat(#dbg, " first4=");
|
||||
if (http.content_pointer) strcat(#dbg, itoa(ESDWORD[http.content_pointer]));
|
||||
else strcat(#dbg, "NULLPTR");
|
||||
strcat(#dbg, " rr=");
|
||||
strcat(#dbg, itoa(http.receive_result));
|
||||
notify(#dbg);
|
||||
SaveFile(0);
|
||||
if (autoclose.checked) ExitProcess();
|
||||
|
||||
Reference in New Issue
Block a user