This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

a bug in src/mod/module.h in cvs eggdrop

Old posts that have not been replied to for several years.
Locked
a
amir

Post by amir »

I found a bug consdering mod/module.h

functions tree redefines.

ginvite_total, gexempt_total places were mixed up. (gexempt_total was ginvite_total, and the other side around).



I found it using a script I made, which reads all eggdrop sources, looking for function/vars declartions, and then reads up module.c tree and give as an output a module.h (with typecasts, comments, etc).



then I compared it to the old module.h (buggy), and saw that bug.



thanks,

Amir S.
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

Information should be passed along to the correct place.

Send it along to bugs@eggheads.org as the documetations shows.
User avatar
stdragon
Owner
Posts: 959
Joined: Sun Sep 23, 2001 8:00 pm
Contact:

Post by stdragon »

I fixed it in 1.6/1.7 cvs, thanks for the info amir.
Locked