Diff for /rpl/src/instructions_r4.c between versions 1.28.2.3 and 1.28.2.4

version 1.28.2.3, 2011/04/17 14:01:23 version 1.28.2.4, 2011/04/17 14:27:59
Line 2034  instruction_read(struct_processus *s_eta Line 2034  instruction_read(struct_processus *s_eta
             }              }
         }          }
   
 printf("<1>\n");  
         if ((*((struct_socket *) (*s_objet_argument_1).objet)).binaire == 'N')          if ((*((struct_socket *) (*s_objet_argument_1).objet)).binaire == 'N')
         { // Socket formatée          { // Socket formatée
             longueur_questure = 256;              longueur_questure = 256;
 printf("<2>\n");  
   
             do              do
             {              {
Line 2358  printf("<2>\n"); Line 2356  printf("<2>\n");
                         (*s_objet_argument_1).objet)).socket, tampon_lecture,                          (*s_objet_argument_1).objet)).socket, tampon_lecture,
                         longueur_effective, MSG_DONTWAIT,                          longueur_effective, MSG_DONTWAIT,
                         NULL, &longueur_adresse);                          NULL, &longueur_adresse);
 printf("<%s>\n", tampon_lecture);  
   
                 (*s_objet_adresse).objet = NULL;                  (*s_objet_adresse).objet = NULL;
             }              }

Removed from v.1.28.2.3  
changed lines
  Added in v.1.28.2.4


CVSweb interface <joel.bertrand@systella.fr>