Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
dtschump committed Apr 22, 2024
2 parents 8025da6 + f4f50ae commit 6e67e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CImg.h
Original file line number Diff line number Diff line change
Expand Up @@ -34227,7 +34227,7 @@ namespace cimg_library {
typedef _cimg_tfloat tfloat;
const unsigned int
siz = (unsigned int)pdf.size(),
prec = precision<0?(unsigned int)(-siz*precision/100):(unsigned int)precision;
prec = precision<0?(unsigned int)(-(float)siz*precision/100):(unsigned int)precision;
if (siz<2 || precision<2) return fill(val_min);
const tfloat
delta = (tfloat)val_max - (tfloat)val_min,
Expand Down

0 comments on commit 6e67e7c

Please sign in to comment.