We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf7a872 commit 34e65ecCopy full SHA for 34e65ec
1 file changed
CImg.h
@@ -24195,7 +24195,7 @@ namespace cimg_library {
24195
if (is_vector(arg2)) {
24196
arg3 = size(arg2);
24197
arg4+=arg3;
24198
- CImg<ulongT>::vector(arg3,arg4).move_to(l_opcode);
+ CImg<ulongT>::vector(arg2,arg3).move_to(l_opcode);
24199
const CImg<ulongT> &rcode_back = rcode.back();
24200
is_sth&=p3>p1 && rcode_back[1]==arg2 &&
24201
(rcode_back[0]==(ulongT)mp_string_init ||
0 commit comments