Diff for /rpl/src/instructions_r4.c between versions 1.122 and 1.124

version 1.122, 2024/01/17 16:57:15 version 1.124, 2025/04/15 10:17:55
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.36    RPL/2 (R) version 4.1.36
   Copyright (C) 1989-2024 Dr. BERTRAND Joël    Copyright (C) 1989-2025 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.122  
changed lines
  Added in v.1.124


CVSweb interface <joel.bertrand@systella.fr>