Diff for /rpl/src/librpl.c between versions 1.51 and 1.70

version 1.51, 2014/04/25 07:37:34 version 1.70, 2020/01/10 11:15:50
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.18    RPL/2 (R) version 4.1.32
   Copyright (C) 1989-2014 Dr. BERTRAND Joël    Copyright (C) 1989-2020 Dr. BERTRAND Joël
   
   This file is part of RPL/2.    This file is part of RPL/2.
   
Line 54  rpl(unsigned char *script, unsigned char Line 54  rpl(unsigned char *script, unsigned char
         argv[4] = parametres;          argv[4] = parametres;
     }      }
   
     if ((resultats = malloc(sizeof(unsigned char **))) == NULL)      if ((resultats = sys_malloc(sizeof(unsigned char **))) == NULL)
     {      {
         return(NULL);          return(NULL);
     }      }

Removed from v.1.51  
changed lines
  Added in v.1.70


CVSweb interface <joel.bertrand@systella.fr>