diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2004-04-01 14:01:15 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2004-04-01 14:01:15 +0000 |
commit | 99c36169b28df63153d24d1824bd276e68f5f140 (patch) | |
tree | e0b8b1c345c62b17e4d1b23c0484ea947b53153e /include/sdp_lib.h | |
parent | ff3922238b4258eb2f9f9458589d3cecd177f7bc (diff) |
Increase size of UUID string representation
Diffstat (limited to 'include/sdp_lib.h')
-rw-r--r-- | include/sdp_lib.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sdp_lib.h b/include/sdp_lib.h index 4306eb55..763f80fa 100644 --- a/include/sdp_lib.h +++ b/include/sdp_lib.h @@ -426,8 +426,8 @@ void sdp_uuid_print(const uuid_t *uuid); #define MAX_LEN_UUID_STR 37 #define MAX_LEN_PROTOCOL_UUID_STR 8 -#define MAX_LEN_SERVICECLASS_UUID_STR 24 -#define MAX_LEN_PROFILEDESCRIPTOR_UUID_STR 22 +#define MAX_LEN_SERVICECLASS_UUID_STR 28 +#define MAX_LEN_PROFILEDESCRIPTOR_UUID_STR 28 int sdp_uuid2strn(const uuid_t *uuid, char *str, size_t n); int sdp_proto_uuid2strn(const uuid_t *uuid, char *str, size_t n); |