Diff for /rpl/src/gestion_pile_systeme.c between versions 1.59 and 1.60

version 1.59, 2013/04/01 15:29:34 version 1.60, 2013/04/08 10:06:11
Line 492  trace(struct_processus *s_etat_processus Line 492  trace(struct_processus *s_etat_processus
             }              }
         }          }
   
         fprintf(flux, "    Level             = %d\n",          fprintf(flux, "    Level             = %lld\n",
                 (*l_element_courant).niveau_courant);                  (long long int) (*l_element_courant).niveau_courant);
   
         if ((*l_element_courant).retour_definition == 'Y')          if ((*l_element_courant).retour_definition == 'Y')
         {          {

Removed from v.1.59  
changed lines
  Added in v.1.60


CVSweb interface <joel.bertrand@systella.fr>