Open michaelortmann opened 1 year ago
Remove misc.c:oatoi()
.
Use strtol()
instead
Currently there is only one usage in eggdrop, and PR #1551 would remove that.
This function should have never been exported via module API. "Maybe someone could find it useful" is a bad reason to bloat a module API. Please lets not do this again.
https://github.com/eggheads/eggdrop/blob/322bddbd102d58cdb00864a3a335b086beaf042c/src/eggdrop.h#L346-L347
type should be uint16_t for: https://github.com/eggheads/eggdrop/blob/322bddbd102d58cdb00864a3a335b086beaf042c/src/eggdrop.h#L350