apps/dl: fix to previous
Build system / Check kernel codestyle (pull_request) Successful in 24s
Build system / Build (pull_request) Successful in 9m34s

This commit is contained in:
2026-05-17 11:57:04 +03:00
parent d05c096a09
commit 10afb9dd0f
+4 -3
View File
@@ -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();