Procházet zdrojové kódy

message change

master
Martin Dørum před 3 roky
rodič
revize
86b295ec3c
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      main.c

+ 1
- 1
main.c Zobrazit soubor

@@ -41,7 +41,7 @@ static boolean mem_jpeg_empty_output_buffer(j_compress_ptr cinfo) {

cinfo->dest->next_output_byte = imgbuf + imgbuflen;
cinfo->dest->free_in_buffer = imgbufsize - imgbuflen;
printf("grew buf to %zu, free space now %zu\n", imgbufsize, cinfo->dest->free_in_buffer);
printf("grew buffer to %zu\n", imgbufsize);
return TRUE;
}


Načítá se…
Zrušit
Uložit