Skip to content

Commit

Permalink
fixup unmap
Browse files Browse the repository at this point in the history
  • Loading branch information
mblum94 committed Oct 19, 2023
1 parent dd88d07 commit d114168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/misc/mmio.c
Original file line number Diff line number Diff line change
Expand Up @@ -981,7 +981,7 @@ void unmap_cfl(int D, const long dims[D], const complex float* x)

long T;

if (-1 == (T = io_calc_size(D, dims, sizeof(complex float))))
if (-1 == (T = io_calc_size(D, tdims, sizeof(complex float))))
error("unmap cfl\n");

#ifdef _WIN32
Expand Down

0 comments on commit d114168

Please sign in to comment.