Diff for /rpl/src/instructions_w1.c between versions 1.124 and 1.130

version 1.124, 2022/09/07 13:40:40 version 1.130, 2024/01/17 16:57:17
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.34    RPL/2 (R) version 4.1.36
   Copyright (C) 1989-2021 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 3280  instruction_wfsock(struct_processus *s_e Line 3280  instruction_wfsock(struct_processus *s_e
                 (*s_objet_argument).objet)).type, "SEQUENTIAL DATAGRAM") != 0))                  (*s_objet_argument).objet)).type, "SEQUENTIAL DATAGRAM") != 0))
         {          {
             // Mode non connecté : l'attente se fait sur un poll()              // Mode non connecté : l'attente se fait sur un poll()
   #define DEBUG_RETURN
             if ((s_objet_resultat = copie_objet(s_etat_processus,              if ((s_objet_resultat = copie_objet(s_etat_processus,
                     s_objet_argument, 'P')) == NULL)                      s_objet_argument, 'P')) == NULL)
             {              {

Removed from v.1.124  
changed lines
  Added in v.1.130


CVSweb interface <joel.bertrand@systella.fr>