--- rpl/src/instructions_o1.c 2013/04/01 15:29:37 1.68 +++ rpl/src/instructions_o1.c 2013/09/26 13:22:10 1.71 @@ -1,6 +1,6 @@ /* ================================================================================ - RPL/2 (R) version 4.1.14 + RPL/2 (R) version 4.1.16 Copyright (C) 1989-2013 Dr. BERTRAND Joël This file is part of RPL/2. @@ -1079,7 +1079,7 @@ instruction_open(struct_processus *s_eta printf(" { \"FOREIGN\" \"DATAGRAM\" } OPEN\n"); printf(" { \"LOCAL\" { \"NAME\" \"socket.sock\" } } OPEN\n"); printf(" { { \"NAME\" \"/dev/ttyS1\" } { \"STTY\" { \"9600,8,N,1\" " - "\n { \"NO ICANON\" \"IGNBRK\" } } } OPEN\n"); + "\n \"NO ICANON\" \"IGNBRK\" } } } OPEN\n"); return; }