AmendHub

Download:

jcs

/

subtext

/

amendments

/

410

fidopkt: Use FTN terminology


jcs made amendment 410 about 1 year ago
--- fidopkt.c Mon Mar 13 22:37:19 2023 +++ fidopkt.c Tue Mar 14 10:16:10 2023 @@ -1,5 +1,5 @@ /* - * FidoNet echomail packet parser + * FTN packet parser * http://wiki.synchro.net/ref:fidonet_packets * * Copyright (c) 2023 joshua stein <jcs@jcs.org> @@ -216,7 +216,7 @@ fidopkt_parse_message(char *packet_filename, struct fi } if (GET_U16(buf + FIDOPKT_PKTTYPE) != 2) { - logger_printf("[fidopkt] not a fidonet packet"); + logger_printf("[fidopkt] not a FidoNet packet"); return; }