Diff for /rpl/src/instructions_d5.c between versions 1.80 and 1.81

version 1.80, 2011/11/18 21:20:02 version 1.81, 2011/11/18 21:31:40
Line 1961  instruction_detach(struct_processus *s_e Line 1961  instruction_detach(struct_processus *s_e
   
             if ((s = malloc(sizeof(struct_objet *))) == NULL)              if ((s = malloc(sizeof(struct_objet *))) == NULL)
             {              {
                 (*s_etat_processus).erreur_execution = d_es_allocation_memoire;                  (*s_etat_processus).erreur_execution =
                           d_es_allocation_memoire;
                 return;                  return;
             }              }
   

Removed from v.1.80  
changed lines
  Added in v.1.81


CVSweb interface <joel.bertrand@systella.fr>