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

version 1.127, 2023/11/24 08:10:19 version 1.130, 2024/01/17 16:57:17
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 3482  instruction_wfsock(struct_processus *s_e Line 3482  instruction_wfsock(struct_processus *s_e
                     }                      }
                 } while(drapeau == d_faux);                  } while(drapeau == d_faux);
   
 printf("socket: %d\n", (*((struct_socket *) (*s_objet_resultat).objet)).socket);  
                 if (((*((struct_socket *) (*s_objet_resultat).objet))                  if (((*((struct_socket *) (*s_objet_resultat).objet))
                         .adresse_distante = malloc(22 *                          .adresse_distante = malloc(22 *
                         sizeof(unsigned char))) == NULL)                          sizeof(unsigned char))) == NULL)

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


CVSweb interface <joel.bertrand@systella.fr>