瀏覽代碼

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

ambrop7 14 年之前
父節點
當前提交
2737c370a4
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;