Skip to content

Commit

Permalink
daos1
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisHeimbigner committed May 25, 2024
1 parent 52f0db3 commit 3712372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libdispatch/dinfermodel.c
Original file line number Diff line number Diff line change
Expand Up @@ -1587,7 +1587,7 @@ NC_interpret_magic_number(char* magic, NCmodel* model)
static int
isdaoscontainer(const char* path)
{
int stat = NC_NOERR;
int stat = NC_ENOTNC; /* default is that this is not a DAOS container */
#ifndef _WIN32
#ifdef USE_HDF5
#if H5_VERSION_GE(1,12,0)
Expand Down

0 comments on commit 3712372

Please sign in to comment.