Diff for /rpl/src/instructions_r4.c between versions 1.120 and 1.123

version 1.120, 2023/11/27 13:56:46 version 1.123, 2024/05/28 15:16:48
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.35    RPL/2 (R) version 4.1.36
   Copyright (C) 1989-2023 Dr. BERTRAND Joël    Copyright (C) 1989-2024 Dr. BERTRAND Joël
   
   This file is part of RPL/2.    This file is part of RPL/2.
   
Line 3730  instruction_read(struct_processus *s_eta Line 3730  instruction_read(struct_processus *s_eta
                 else                  else
                 {                  {
                     if ((tampon_lecture[i] == '"') ||                      if ((tampon_lecture[i] == '"') ||
                             (tampon_lecture[i] == '"'))                              (tampon_lecture[i] == '\\'))
                     {                      {
                         longueur_enregistrement += 2;                          longueur_enregistrement += 2;
                     }                      }
Line 3765  instruction_read(struct_processus *s_eta Line 3765  instruction_read(struct_processus *s_eta
                 if (isprint(tampon_lecture[i]) != 0)                  if (isprint(tampon_lecture[i]) != 0)
                 {                  {
                     if ((tampon_lecture[i] == '"') ||                      if ((tampon_lecture[i] == '"') ||
                             (tampon_lecture[i] == '"'))                              (tampon_lecture[i] == '\\'))
                     {                      {
                         (*ptr) = '\\';                          (*ptr) = '\\';
                         ptr++;                          ptr++;

Removed from v.1.120  
changed lines
  Added in v.1.123


CVSweb interface <joel.bertrand@systella.fr>