Skip to content

Commit

Permalink
Merge SVN 4985
Browse files Browse the repository at this point in the history
  • Loading branch information
ddeclerck committed Sep 26, 2024
1 parent 88bce9a commit d4534a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcob/numeric.c
Original file line number Diff line number Diff line change
Expand Up @@ -2749,7 +2749,6 @@ insert_packed_aligned (
if (nibble_cntr == 0) {
compare_len = len1 + byte_cntr;
} else {
compare_len = len1 + byte_cntr + nibble_cntr;

/* shift the complete filled buffer one nibble left */
#ifdef ALTERNATIVE_PACKED_SWAP /* should work portably, but is around 20% slower */
Expand Down Expand Up @@ -2798,6 +2797,7 @@ insert_packed_aligned (
} while (shift_cntr > 0);

#endif
compare_len = len1 + byte_cntr + nibble_cntr;
}

/* insert data2 into initialized buffer at the end */
Expand Down

0 comments on commit d4534a4

Please sign in to comment.