Skip to content

Commit

Permalink
trace3
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisHeimbigner committed Jan 5, 2025
1 parent b110703 commit 0b83ecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libnczarr/zsync.c
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ ncz_decode_var1(NC_FILE_INFO_T* file, NC_GRP_INFO_T* parent, const char* varname
nclistfree(filters);
ncbytesfree(fqn);
NCZ_clear_zobj(&zobj);
return ZTRACE(THROW(stat));
return ZUNTRACE(THROW(stat));
}

/**
Expand Down

0 comments on commit 0b83ecf

Please sign in to comment.