Skip to content

Commit 8c097e5

Browse files
authored
Update src/decompression.jl
1 parent 27808f0 commit 8c097e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/decompression.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ function decompress!(
462462
fill!(A, zero(eltype(A)))
463463

464464
l = 0
465-
rvS = rowvals(A)
465+
rvS = rowvals(S)
466466
for j in axes(S, 2)
467467
for k in nzrange(S, j)
468468
i = rvS[k]

0 commit comments

Comments
 (0)