Diff for /rpl/src/gestion_fichiers.c between versions 1.15 and 1.18

version 1.15, 2010/07/14 14:19:34 version 1.18, 2010/08/17 11:59:27
Line 20 Line 20
 */  */
   
   
 #include "rpl.conv.h"  #include "rpl-conv.h"
   
   
 /*  /*
Line 77  creation_nom_fichier(struct_processus *s Line 77  creation_nom_fichier(struct_processus *s
   
     do      do
     {      {
         sprintf(tampon, "RPL2-%lu-%lu-%lu", (unsigned long) getpid(),          sprintf(tampon, "RPL-%lu-%lu-%lu", (unsigned long) getpid(),
                 (unsigned long) pthread_self(), ordre);                  (unsigned long) pthread_self(), ordre);
   
         if (chemin == NULL)          if (chemin == NULL)

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


CVSweb interface <joel.bertrand@systella.fr>