correction to last commit

This commit is contained in:
Campbell Barton
2013-12-26 09:46:25 +11:00
parent 282b99353c
commit ef9a9428a5

View File

@@ -969,8 +969,8 @@ static int make_structDNA(const char *baseDirectory, FILE *file)
names = MEM_callocN(sizeof(char *) * maxnr, "names");
types = MEM_callocN(sizeof(char *) * maxnr, "types");
typelens_native = MEM_callocN(sizeof(short) * maxnr, "typelens_native");
typelens_32 = MEM_callocN(sizeof(short) * maxnr, "typelens_64");
typelens_64 = MEM_callocN(sizeof(short) * maxnr, "typelens_32");
typelens_32 = MEM_callocN(sizeof(short) * maxnr, "typelens_32");
typelens_64 = MEM_callocN(sizeof(short) * maxnr, "typelens_64");
structs = MEM_callocN(sizeof(short *) * maxnr, "structs");
/* insertion of all known types */