diff options
| author | Markus Uhlin <markus@nifty-networks.net> | 2026-03-16 00:04:30 +0100 |
|---|---|---|
| committer | Markus Uhlin <markus@nifty-networks.net> | 2026-03-16 00:04:30 +0100 |
| commit | 65a1fea0c64aa237c2d2b69be87ac88453ef94b5 (patch) | |
| tree | a7681f1260a6a480c80f9d2c791a6d979cfdf567 | |
| parent | 133c8f28e9556f6cbe21a11e9901247df62919c0 (diff) | |
| -rw-r--r-- | FICS/movecheck.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/FICS/movecheck.c b/FICS/movecheck.c index 5d71182..dafe1d3 100644 --- a/FICS/movecheck.c +++ b/FICS/movecheck.c @@ -29,6 +29,8 @@ in has_legal_move(). Markus Uhlin 25/11/18 Fixed possible array underrun in legal_move(). + Markus Uhlin 26/03/16 Fixed unchecked function return + values. */ #include "stdinclude.h" |
