Diff for /rpl/src/instructions_r5.c between versions 1.7 and 1.8

version 1.7, 2010/04/21 13:45:49 version 1.8, 2010/04/30 15:01:14
Line 816  instruction_row_plus(struct_processus *s Line 816  instruction_row_plus(struct_processus *s
             return;              return;
         }          }
   
         if (position == (integer8) (*((struct_matrice *)          if (position != ((integer8) (*((struct_matrice *)
                 (*s_objet_argument_3).objet)).nombre_lignes)                  (*s_objet_argument_3).objet)).nombre_lignes + 1))
         {          {
             for(j = i = 0; i < (*((struct_matrice *)              for(j = i = 0; i < (*((struct_matrice *)
                     (*s_objet_argument_3).objet)).nombre_lignes; i++)                      (*s_objet_argument_3).objet)).nombre_lignes; i++)

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


CVSweb interface <joel.bertrand@systella.fr>