Keep warning out of redirected image data. Fixes testsuite

merge-requests/87/head
Olaf Meeuwissen 2019-06-30 11:15:20 +09:00
rodzic adc64520ee
commit 7af0d47e29
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1975,7 +1975,7 @@ static int guess_output_format(const char* output_file)
{
if (output_file == NULL)
{
printf("Output format is not set, using pnm as a default.\n");
fprintf(stderr, "Output format is not set, using pnm as a default.\n");
return OUTPUT_PNM;
}