Fix printf

This commit is contained in:
atxr 2024-02-26 14:38:26 +01:00
parent 843449196d
commit b69ef84f98
3 changed files with 5 additions and 5 deletions

View file

@ -26,7 +26,7 @@ int main(int argc, char** argv)
if (scan_zip(buf, read_size))
{
printf("[ERROR] Cannot upload file, potential virus detected\n");
fprintf(stderr, "[ERROR] Cannot upload file, potential virus detected\n");
}
else
{