1
1
Этот коммит содержится в:
Miguel de Icaza 1999-01-13 20:24:14 +00:00
родитель 38bd84c339
Коммит 8ed35ca207

Просмотреть файл

@ -734,6 +734,9 @@ tree_store_opendir (char *path)
return NULL;
}
if (entry->next == NULL)
return NULL;
scan = xmalloc (sizeof (tree_scan), "");
scan->base = entry;
scan->current = entry->next;