Diff for /rpl/src/librpl.c between versions 1.49 and 1.55

version 1.49, 2013/12/03 09:36:15 version 1.55, 2015/01/27 14:18:08
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.17    RPL/2 (R) version 4.1.20
   Copyright (C) 1989-2013 Dr. BERTRAND Joël    Copyright (C) 1989-2015 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.49  
changed lines
  Added in v.1.55


CVSweb interface <joel.bertrand@systella.fr>