Skip to content

Commit 7ab2938

Browse files
committed
.
2 parents 3de5134 + 34e65ec commit 7ab2938

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
@@ -24195,7 +24195,7 @@ namespace cimg_library {
2419524195
if (is_vector(arg2)) {
2419624196
arg3 = size(arg2);
2419724197
arg4+=arg3;
24198-
CImg<ulongT>::vector(arg3,arg4).move_to(l_opcode);
24198+
CImg<ulongT>::vector(arg2,arg3).move_to(l_opcode);
2419924199
const CImg<ulongT> &rcode_back = rcode.back();
2420024200
is_sth&=p3>p1 && rcode_back[1]==arg2 &&
2420124201
(rcode_back[0]==(ulongT)mp_string_init ||

0 commit comments

Comments
 (0)