Skip to content

Commit befad17

Browse files
authored
Merge pull request #306 from mohabsafey/duplicate-data
2 parents 759b0dd + 3b95095 commit befad17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/msolve/duplicate.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ static inline void duplicate_tracer(
6767
/* non-redundant lead mon. as short divmask */
6868
btrace[i]->lm = (sdm_t *)calloc((unsigned long)btrace[0]->lml,
6969
sizeof(sdm_t));
70-
memcpy(btrace[0]->lm, btrace[i]->lm,
70+
memcpy(btrace[i]->lm, btrace[0]->lm,
7171
(unsigned long)btrace[0]->lml * sizeof(sdm_t));
7272

7373
/* array of trace data per F4 round */

0 commit comments

Comments
 (0)