CVS commit: src/games/caesar

2021-11-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Nov 16 20:42:47 UTC 2021 Modified Files: src/games/caesar: caesar.c Log Message: games/caesar: fix error handling for I/O The '!= 0' is needed for an upcoming fix to lint's strict bool mode. The additional text in the error

CVS commit: src/games/caesar

2021-11-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Nov 16 20:42:47 UTC 2021 Modified Files: src/games/caesar: caesar.c Log Message: games/caesar: fix error handling for I/O The '!= 0' is needed for an upcoming fix to lint's strict bool mode. The additional text in the error

CVS commit: src/games/caesar

2021-05-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat May 1 20:21:25 UTC 2021 Modified Files: src/games/caesar: Makefile caesar.c Log Message: caesar: WARNS=6, strict bool mode The rotation is validated to be nonnegative, therefore use unsigned int for it. To generate a diff

CVS commit: src/games/caesar

2021-05-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat May 1 20:21:25 UTC 2021 Modified Files: src/games/caesar: Makefile caesar.c Log Message: caesar: WARNS=6, strict bool mode The rotation is validated to be nonnegative, therefore use unsigned int for it. To generate a diff