Diff for /rpl/src/interface_gnuplot.c between versions 1.17 and 1.59

version 1.17, 2010/09/23 15:27:41 version 1.59, 2016/09/27 15:29:39
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.0.20    RPL/2 (R) version 4.1.26
   Copyright (C) 1989-2010 Dr. BERTRAND Joël    Copyright (C) 1989-2016 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.17  
changed lines
  Added in v.1.59


CVSweb interface <joel.bertrand@systella.fr>