--- freem/src/cmd_read.c 2025/03/09 19:14:24 1.3 +++ freem/src/cmd_read.c 2025/03/24 04:05:36 1.4 @@ -1,5 +1,5 @@ /* - * $Id: cmd_read.c,v 1.3 2025/03/09 19:14:24 snw Exp $ + * $Id: cmd_read.c,v 1.4 2025/03/24 04:05:36 snw Exp $ * Implementation of the READ command * * @@ -24,6 +24,9 @@ * along with FreeM. If not, see . * * $Log: cmd_read.c,v $ + * Revision 1.4 2025/03/24 04:05:36 snw + * Replace crlf with frm_crlf to avoid symbol conflict with readline on OS/2 + * * Revision 1.3 2025/03/09 19:14:24 snw * First phase of REUSE compliance and header reformat * @@ -56,7 +59,7 @@ read_command: switch (*codptr) { case '!': - if (crlf[io]) { + if (frm_crlf[io]) { write_m ("\012\201"); } else {