Skip to content

Commit cc70e09

Browse files
committed
try address sanitizer
1 parent f341fb6 commit cc70e09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rectpack2D/finders_interface.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ namespace rectpack2D {
102102
auto ith_order = [&orders, n = count_valid_subjects](const std::size_t i) {
103103
return order_type(
104104
orders.get() + i * n,
105-
orders.get() + (i + 1) * n
105+
orders.get() + (i + 2) * n
106106
);
107107
};
108108

0 commit comments

Comments
 (0)