Skip to content
Snippets Groups Projects
Commit a2f4d344 authored by John Hodge's avatar John Hodge
Browse files

Fixed UUID string length (curse you python)

parent a0cb5772
No related merge requests found
......@@ -14,7 +14,7 @@
#define MAXITEMLEN 10
#define MAXRESULTLEN 10
#define MAXBOOLLEN 6
#define UUIDLEN 37 // xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx (8-4-4-4-12) + 1 null
#define UUIDLEN 42 // 40 digits, 'L' and NULL
/********** Type definitions **********/
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment