Diff for /rpl/src/librpl.c between versions 1.52 and 1.62

version 1.52, 2014/07/17 08:07:26 version 1.62, 2017/01/18 15:44:23
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.19    RPL/2 (R) version 4.1.26
   Copyright (C) 1989-2014 Dr. BERTRAND Joël    Copyright (C) 1989-2017 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.52  
changed lines
  Added in v.1.62


CVSweb interface <joel.bertrand@systella.fr>