Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
ptahmose committed Oct 18, 2024
1 parent 9c50447 commit 26d027c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OctaveMex/octavelibczi.c
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ static void Initialize()
#else
static const char DllName[] = "libmexlibczi.so";

struct Dl_info dl_info;
Dl_info dl_info;
if (dladdr((void*)&Initialize, &dl_info) == 0)
{
mexErrMsgIdAndTxt("MATLAB:mexlibCZI:dladdrFailed", "Failed to get the handle of the module.");
Expand Down

0 comments on commit 26d027c

Please sign in to comment.