Diff for /rpl/src/gestion_fichiers.c between versions 1.11 and 1.21

version 1.11, 2010/04/07 13:45:03 version 1.21, 2011/01/03 12:08:03
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.0.14    RPL/2 (R) version 4.0.20
   Copyright (C) 1989-2010 Dr. BERTRAND Joël    Copyright (C) 1989-2011 Dr. BERTRAND Joël
   
   This file is part of RPL/2.    This file is part of RPL/2.
   
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.11  
changed lines
  Added in v.1.21


CVSweb interface <joel.bertrand@systella.fr>