Explorar o código

ncd: NCDModuleIndex: maximum type length should be 63 not 64

ambrop7 %!s(int64=14) %!d(string=hai) anos
pai
achega
2737c370a4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      ncd/NCDModuleIndex.h

+ 1 - 1
ncd/NCDModuleIndex.h

@@ -28,7 +28,7 @@
 #include <base/DebugObject.h>
 #include <ncd/NCDModule.h>
 
-#define NCDMODULEINDEX_MAX_TYPE_LEN 64
+#define NCDMODULEINDEX_MAX_TYPE_LEN 63
 
 typedef struct {
     BAVL modules_tree;