Subj : Changes in husky sources To : All From : husky inspector Date : Thu Jan 05 2023 11:49 pm Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed, (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken =========================== msged: comment out unused 'length' variable Author: Michael Dukelsky Date: 2023-01-05 22:22:29 +0300 Committed by: Michael Dukelsky Files: M freq.c =========================== msged: delete the 0 flag in the format strings since if a precision is given with a numeric conversion (X), the 0 flag is ignored Author: Michael Dukelsky Date: 2023-01-05 18:37:50 +0300 Committed by: Michael Dukelsky Files: M misc.c =========================== fidoconf: use 'const char *' instead of 'char *' in the first argument of InsertCfgLine() and in the first two arguments of IsAreaAvailable() Author: Michael Dukelsky Date: 2023-01-05 18:09:50 +0300 Committed by: Michael Dukelsky Files: M fidoconf/afixcmd.h M src/afixcmd.c =========================== huskybse: replace 'make' with 'gmake' Author: Michael Dukelsky Date: 2023-01-05 21:50:28 +0300 Committed by: Michael Dukelsky Files: M huskymak.cfg.bsd =========================== hptzip: cast get_crc_table() to 'const unsigned long *' to prevent compiler warning Author: Michael Dukelsky Date: 2023-01-05 18:25:46 +0300 Committed by: Michael Dukelsky Files: M src/zip.c =========================== htick: delete an excessive assignment Author: Michael Dukelsky Date: 2023-01-05 18:30:40 +0300 Committed by: Michael Dukelsky Files: M src/toss.c =========================== htick: delete unused "res" variable Author: Michael Dukelsky Date: 2023-01-05 18:28:46 +0300 Committed by: Michael Dukelsky Files: M src/fcommon.c =========================== hptkill: use 'const char *' instead of 'char *' in the second argument of delete_area() and in the first argument of changeconfig(). Thanks to nilalex. Author: Michael Dukelsky Date: 2023-01-05 17:50:26 +0300 Committed by: Michael Dukelsky Files: M src/hptkill.c =========================== areastat: delete the comparison that is always true: 'ibuff' is an array of non-zero size with already allocated memory, and therefore the comparison 'ibuff != NULL' is always true Author: Michael Dukelsky Date: 2023-01-05 22:53:40 +0300 Committed by: Michael Dukelsky Files: M src/areastat.c =========================== areastat: replace format specification for type 'short' with the one for type 'int' since the argument is of the type 'int' Author: Michael Dukelsky Date: 2023-01-05 22:40:31 +0300 Committed by: Michael Dukelsky Files: M src/areastat.c =========================== areastat: delete the comparison that is always false: the 'line' pointer cannot be NULL since the 'line' is an array of a fixed non-zero size Author: Michael Dukelsky Date: 2023-01-05 22:35:30 +0300 Committed by: Michael Dukelsky Files: M src/areastat.c =========================== huskylib: implement 'free' as a function instead of a macro to allow casting of its argument Author: Michael Dukelsky Date: 2023-01-05 18:19:35 +0300 Committed by: Michael Dukelsky Files: M huskylib/memory.h M src/memory.c --- hpt/lnx 1.9.0 * Origin: Moscow, Russia (2:5020/1042.3) .