Skip to content

Commit

Permalink
Update util.c
Browse files Browse the repository at this point in the history
  • Loading branch information
cxong committed Dec 2, 2023
1 parent 8124807 commit abc9701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/util.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ void make_temp_dir(const char *prefix, char *out)
}
#else
sprintf(out, "%sXXXXXX", prefix);
mkdtemp(out);
(void)mkdtemp(out);
#endif
}

0 comments on commit abc9701

Please sign in to comment.