summaryrefslogtreecommitdiff
path: root/tools/palette.c
AgeCommit message (Collapse)Author
2021-09-02Remove unused tool palette.cRangi
2017-12-28fix unused fread return value warningsyenatch
2017-06-29Check some errors (not enough).IIMarckus
malloc can always fail. Check to avoid null dereference. malloc(0) is well defined but leads to an eventual crash on some systems. Check it too.
2017-06-29Fix uninitialized value.IIMarckus
2017-06-24Fix implicit getoptyenatch
2016-08-24Add C build tools.yenatch