Explorar el Código

ncd: NCDModuleIndex: increase the maximum type length, needed by the upcoming sys.start_process() module

ambrop7 hace 13 años
padre
commit
affc280af4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      ncd/NCDModuleIndex.h

+ 1 - 1
ncd/NCDModuleIndex.h

@@ -37,7 +37,7 @@
 #include <ncd/NCDModule.h>
 #include <ncd/NCDMethodIndex.h>
 
-#define NCDMODULEINDEX_MAX_TYPE_LEN 35
+#define NCDMODULEINDEX_MAX_TYPE_LEN 43
 #define NCDMODULEINDEX_MAX_MODULES 256
 #define NCDMODULEINDEX_MODULES_HASH_SIZE 512