--- libwww/Library/src/HTAnchor.c 1995/11/14 23:28:45 1.38 +++ libwww/Library/src/HTAnchor.c 1995/11/16 18:22:47 1.39 @@ -541,20 +541,21 @@ PRIVATE HyperDoc *delete_family (HTAncho ** ------------------ ** Deletes all anchors and return a list of all the HyperDocs found. ** It is for the application to delete any HyperDocs. +** If NULL then no hyperdocs are returned ** Return YES if OK, else NO */ PUBLIC BOOL HTAnchor_deleteAll (HTList * documents) { int cnt; HTList *cur; - if (!documents || !adult_table) + if (!adult_table) return NO; for (cnt=0; cnt