Skip to content

Commit

Permalink
Avoid warning from last change
Browse files Browse the repository at this point in the history
  • Loading branch information
drepper committed Aug 16, 2011
1 parent 794bf65 commit f0f47fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elf/dl-open.c
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@ _dl_show_scope (struct link_map *l)
if (l->l_scope != NULL)
for (int scope_cnt = 0; l->l_scope[scope_cnt] != NULL; ++scope_cnt)
{
_dl_debug_printf (" scope %lu:", scope_cnt);
_dl_debug_printf (" scope %u:", scope_cnt);

for (unsigned int cnt = 0; cnt < l->l_scope[scope_cnt]->r_nlist; ++cnt)
if (*l->l_scope[scope_cnt]->r_list[cnt]->l_name)
Expand Down

0 comments on commit f0f47fa

Please sign in to comment.