Skip to content

Commit

Permalink
Fix one more place
Browse files Browse the repository at this point in the history
Signed-off-by: Ralph Castain <rhc@pmix.org>
(cherry picked from commit af0b16c)
  • Loading branch information
rhc54 committed Mar 29, 2023
1 parent 91a307f commit 20ee752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hwloc/hwloc_base_util.c
Original file line number Diff line number Diff line change
Expand Up @@ -1255,10 +1255,10 @@ int hwloc_bitmap_list_snprintf_exp(char *__hwloc_restrict buf, size_t buflen,
char *type)
{
int ret = 0;
char *tmp = buf;
#if HWLOC_API_VERSION >= 0x20000
int prev = -1;
ssize_t size = buflen;
char *tmp = buf;
int res;

/* mark the end in case we do nothing later */
Expand Down

0 comments on commit 20ee752

Please sign in to comment.