recode functions to shrink size
This commit is contained in:
@@ -70,10 +70,8 @@ void e2p_uuid_to_str(void *uu, char *out)
|
||||
const char *e2p_uuid2str(void *uu)
|
||||
{
|
||||
static char buf[80];
|
||||
|
||||
if (e2p_is_null_uuid(uu))
|
||||
return "<none>";
|
||||
e2p_uuid_to_str(uu, buf);
|
||||
return buf;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user