Diff for /rpl/src/interface_gnuplot.c between versions 1.30 and 1.72

version 1.30, 2011/08/09 11:31:36 version 1.72, 2024/01/09 07:33:55
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.3    RPL/2 (R) version 4.1.35
   Copyright (C) 1989-2011 Dr. BERTRAND Joël    Copyright (C) 1989-2024 Dr. BERTRAND Joël
   
   This file is part of RPL/2.    This file is part of RPL/2.
   
Line 37 Line 37
 */  */
   
 #ifdef OS2  #ifdef OS2
   
 static unsigned char *  static unsigned char *
 ajout_shell(unsigned char *commande)  ajout_shell(unsigned char *commande)
 {  {
Line 53  ajout_shell(unsigned char *commande) Line 52  ajout_shell(unsigned char *commande)
     free(commande);      free(commande);
     return(tampon);      return(tampon);
 }  }
   
 #endif  #endif
   
 void  void
Line 490  appel_gnuplot(struct_processus *s_etat_p Line 488  appel_gnuplot(struct_processus *s_etat_p
             return;              return;
         }          }
 #endif  #endif
   
         if (((*s_etat_processus).entree_standard =          if (((*s_etat_processus).entree_standard =
                 popen(commande_gnuplot, "w")) == NULL)                  popen(commande_gnuplot, "w")) == NULL)
         {          {
Line 577  appel_gnuplot(struct_processus *s_etat_p Line 576  appel_gnuplot(struct_processus *s_etat_p
             return;              return;
         }          }
 #endif  #endif
   
         if (((*s_etat_processus).entree_standard =          if (((*s_etat_processus).entree_standard =
                 popen(commande_gnuplot, "w")) == NULL)                  popen(commande_gnuplot, "w")) == NULL)
         {          {

Removed from v.1.30  
changed lines
  Added in v.1.72


CVSweb interface <joel.bertrand@systella.fr>