Skip to content

Commit b0e55f7

Browse files
committed
fix bug with retro
1 parent f99aaf2 commit b0e55f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/mir/ndslice/topology.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1919,7 +1919,7 @@ auto retro
19191919
{
19201920
alias Ret = Slice!(kind, packs, It);
19211921
mixin _DefineRet_;
1922-
ret._iterator = slice._iterator._iterator - ret.lastIndex;
1922+
ret._iterator = slice._iterator._iterator - slice.lastIndex;
19231923
}
19241924
else
19251925
{

0 commit comments

Comments
 (0)