Skip to content

Commit 5e65219

Browse files
committed
.
1 parent 3503715 commit 5e65219

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CImg.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28038,7 +28038,7 @@ namespace cimg_library {
2803828038
if (mp.is_fill && img._data==mp.imgout._data) {
2803928039
cimg::mutex(6,0);
2804028040
throw CImgArgumentException("[" cimg_appname "_math_parser] CImg<%s>: Function 'resize()': "
28041-
"Cannot both fill and resize image (%u,%u,%u,%u) "
28041+
"Cannot both fill/eval and resize image (%u,%u,%u,%u) "
2804228042
"to new dimensions (%u,%u,%u,%u).",
2804328043
img.pixel_type(),img._width,img._height,img._depth,img._spectrum,w,h,d,s);
2804428044
}

0 commit comments

Comments
 (0)