CVSROOT: /cvs Module name: src Changes by: mes...@cvs.openbsd.org 2016/02/26 05:10:49
Modified files: games/caesar : caesar.c Log message: - Convert atoi(3) to strtonum(3) - Remove lint-style comment - Remove usage() since errors are now more informative (the usage is still available in the manpage) With this diff I made it accept 0 as rotation whereas before it didn't, but alas if you use 0 then it defeats the whole purpose of the game. Initial diff sent by Peter Williams <peterbw at gmail.com>, tweaked by me and several hints and OK by tb@. I'm in desperate need of a coffee, thank you tb@ for making me notice that!