diff options
| author | Markus Uhlin <markus@nifty-networks.net> | 2025-10-17 04:10:38 +0200 |
|---|---|---|
| committer | Markus Uhlin <markus@nifty-networks.net> | 2025-10-17 04:10:38 +0200 |
| commit | b968e27b92d119e19dfcb8702cd937adda267ac2 (patch) | |
| tree | 61ace8b6b4737a0048064bde2be860146c3ee8ae | |
| parent | 32449e7db3f1b79cdeecd5017888d1325d03dcd4 (diff) | |
Defined 'PRINT_CHECKSUMS'
| -rw-r--r-- | FICS/copyfile.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FICS/copyfile.c b/FICS/copyfile.c index c6035b2..a2517a5 100644 --- a/FICS/copyfile.c +++ b/FICS/copyfile.c @@ -14,6 +14,7 @@ #include "copyfile.h" +#define PRINT_CHECKSUMS 0 #define SELF_TEST 0 bool |
