At 01:14 2002-11-18 -0500, you wrote: [snip] >anyway.. i found in db.h which im not certain of its use. what is duplicate >used for? > >struct help_index_element { > char *keyword; > char *entry; > int duplicate; <----what is this??? > int min_level; >}; If you are on a Linux system I suggest you do use grep: $ grep -n "duplicate" *[ch] If you're on a Windows system, just do a file search in your editor, and search for "duplicate". Should probably let you know where and what duplicate is set to. Regards, /Torgny -- +---------------------------------------------------------------+ | FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html | | Archives: http://post.queensu.ca/listserv/wwwarch/circle.html | | Newbie List: http://groups.yahoo.com/group/circle-newbies/ | +---------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 06/25/03 PDT