Selaa lähdekoodia

message change

master
Martin Dørum 3 vuotta sitten
vanhempi
commit
86b295ec3c
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      main.c

+ 1
- 1
main.c Näytä tiedosto

@@ -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;
}


Loading…
Peruuta
Tallenna