Diff for /rpl/src/instructions_r4.c between versions 1.8 and 1.9

version 1.8, 2010/03/08 16:44:10 version 1.9, 2010/03/09 09:19:49
Line 1301  instruction_read(struct_processus *s_eta Line 1301  instruction_read(struct_processus *s_eta
                     (*s_etat_processus).erreur_systeme = d_es_erreur_fichier;                      (*s_etat_processus).erreur_systeme = d_es_erreur_fichier;
                     return;                      return;
                 }                  }
   
                                   
                 switch(sqlite3_step(ppStmt))                  switch(sqlite3_step(ppStmt))
                 {                  {
Line 1801  instruction_read(struct_processus *s_eta Line 1800  instruction_read(struct_processus *s_eta
                 }                  }
   
                 l_element_courant = NULL;                  l_element_courant = NULL;
                   l_element_inclus = NULL;
   
                 for(element--; element > 0; element--)                  for(element--; element > 0; element--)
                 {                  {

Removed from v.1.8  
changed lines
  Added in v.1.9


CVSweb interface <joel.bertrand@systella.fr>