oooooverflooooow spooootted !

This commit is contained in:
tth 2019-09-13 13:07:11 +02:00
parent 8b185f02e2
commit 9b18958ee8
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ fprintf(fp, "%s\n%d %d\n", code, head->width, head->height);
maximum = fimg_get_maxvalue(head);
fprintf(fp, "# maxval %15f\n", maximum);
fk = maximum / 65536.0;
fk = maximum / 65535.0;
fprintf(fp, "# divisor %15f\n", fk);
fprintf(fp, "65535\n");
fflush(fp);