Fixed UUID string length (curse you python)
authorJohn Hodge <[email protected]>
Tue, 14 Sep 2010 12:46:58 +0000 (20:46 +0800)
committerJohn Hodge <[email protected]>
Tue, 14 Sep 2010 12:46:58 +0000 (20:46 +0800)
src/link/C/c_link.h

index 12bedb2..abf8f1e 100755 (executable)
@@ -14,7 +14,7 @@
 #define MAXITEMLEN             10\r
 #define MAXRESULTLEN    10\r
 #define MAXBOOLLEN             6\r
-#define UUIDLEN        37      // xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx (8-4-4-4-12) + 1 null\r
+#define UUIDLEN        42      // 40 digits, 'L' and NULL\r
 \r
 /********** Type definitions **********/\r
 \r

UCC git Repository :: git.ucc.asn.au