eggheads / eggdrop

The Eggdrop IRC Bot
GNU General Public License v2.0
494 stars 88 forks source link

Fix tcl compress/uncompress error handling and doc #1627

Open michaelortmann opened 1 week ago

michaelortmann commented 1 week ago

Found by: michaelortmann Patch by: michaelortmann Fixes:

One-line summary: Fix tcl compress/uncompress error handling and doc

Additional description (if needed): compression functions were already returning different return values but for case movefile() fails COMPF_SUCCESS was returned This PR fixes that and and the doc that belongs to it

Test cases demonstrating functionality (if applicable):