mirror of
https://github.com/systemd/systemd.git
synced 2024-12-25 01:34:28 +03:00
sd-id128: make size constraints a bit more obvious
This commit is contained in:
parent
ed0d40229b
commit
3ade55d31b
@ -28,7 +28,7 @@
|
||||
#include "sd-id128.h"
|
||||
#include "random-util.h"
|
||||
|
||||
_public_ char *sd_id128_to_string(sd_id128_t id, char s[33]) {
|
||||
_public_ char *sd_id128_to_string(sd_id128_t id, char s[SD_ID128_STRING_MAX]) {
|
||||
unsigned n;
|
||||
|
||||
assert_return(s, NULL);
|
||||
|
Loading…
Reference in New Issue
Block a user