Diff for /rpl/src/instructions_u1.c between versions 1.32 and 1.33

version 1.32, 2011/09/26 15:57:16 version 1.33, 2011/11/18 20:24:40
Line 689  instruction_utpt(struct_processus *s_eta Line 689  instruction_utpt(struct_processus *s_eta
 void  void
 instruction_use(struct_processus *s_etat_processus)  instruction_use(struct_processus *s_etat_processus)
 {  {
     logical1                        erreur;  
     logical1                        existence;      logical1                        existence;
     logical1                        ouverture;      logical1                        ouverture;
   
Line 770  instruction_use(struct_processus *s_etat Line 769  instruction_use(struct_processus *s_etat
             sprintf(tampon, "./%s", (unsigned char *)              sprintf(tampon, "./%s", (unsigned char *)
                     (*s_objet_argument).objet);                      (*s_objet_argument).objet);
   
             erreur = caracteristiques_fichier(s_etat_processus, tampon,              caracteristiques_fichier(s_etat_processus, tampon,
                     &existence, &ouverture, &unite);                      &existence, &ouverture, &unite);
   
             if (existence != d_faux)              if (existence != d_faux)

Removed from v.1.32  
changed lines
  Added in v.1.33


CVSweb interface <joel.bertrand@systella.fr>