mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-07 17:48:01 +02:00
[script] Silence compiler warning
This commit is contained in:
parent
ff78fd70cf
commit
772455097f
1 changed files with 1 additions and 1 deletions
|
|
@ -314,7 +314,7 @@ char *script_obj_as_string (script_obj_t *obj) /* reply is strduppe
|
|||
}
|
||||
if (script_obj_is_null (obj))
|
||||
return strdup("#NULL");
|
||||
asprintf (&reply, "#(0x%x)", (int) obj);
|
||||
asprintf (&reply, "#(0x%p)", obj);
|
||||
return reply;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue