I thought this was fixed here:
case DB_BOOT_SHP:
boot_the_shops(db_file, buf2, rec_count);
break;
}
fclose(db_file);
fscanf(findex, "%s\n", buf1);
}
--> fclose(findex);
/* sort the help index */
if (mode == DB_BOOT_HLP)
{
qsort(help_table, top_of_helpt, sizeof(struct
help_index_element),hsort);
top_of_helpt--;
}
Julian Buckley wrote:
>
> Fix for the zone new bug was as follows:
>
> diff -u stk/db.c indexclose/db.c
> --- stk/db.c Mon Dec 29 18:05:07 1997
> +++ indexclose/db.c Tue Feb 17 18:02:05 1998
> @@ -565,7 +565,7 @@
> qsort(help_table, top_of_helpt, sizeof(struct help_index_element),
> hsort);
> top_of_helpt--;
> }
> -
> + fclose(index);
> }
>
> Cheers.
> -Caniffe
+------------------------------------------------------------+
| Ensure that you have read the CircleMUD Mailing List FAQ: |
| http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html |
+------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 04/10/01 PDT