WIP: devel : travail du mois de mars/avril #28

Draft
neox wants to merge 24 commits from devel into devel_orig
1 changed files with 1 additions and 1 deletions
Showing only changes of commit dd00857495 - Show all commits

View File

@ -313,7 +313,7 @@ static bool model_init(struct model_t *self)
return false; return false;
} }
model_populate_hashTable(self, node, "/"); model_populate_hashTable(self, node, "");
if (self->hashTable == NULL) { if (self->hashTable == NULL) {
printerr("Can't create model hash table !\n"); printerr("Can't create model hash table !\n");