Diff for /rpl/src/gestion_variables.c between versions 1.15 and 1.16

version 1.15, 2010/08/06 15:32:58 version 1.16, 2010/08/15 14:46:25
Line 243  creation_variable(struct_processus *s_et Line 243  creation_variable(struct_processus *s_et
                 }                  }
             }              }
   
             if (presence = d_faux)              if (presence == d_faux)
             {              {
                 (*s_etat_processus).s_liste_variables[0] = (*s_variable);                  (*s_etat_processus).s_liste_variables[0] = (*s_variable);
             }              }

Removed from v.1.15  
changed lines
  Added in v.1.16


CVSweb interface <joel.bertrand@systella.fr>