sd-id128: make size constraints a bit more obvious

This commit is contained in:
Lennart Poettering 2015-09-17 01:22:10 +02:00
parent ed0d40229b
commit 3ade55d31b
1 changed files with 1 additions and 1 deletions

View File

@ -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);