Parcourir la source

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

ambrop7 il y a 14 ans
Parent
commit
2737c370a4
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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;