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

version 1.54, 2015/01/05 15:32:23 version 1.55, 2015/01/27 14:18:08
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.54  
changed lines
  Added in v.1.55


CVSweb interface <joel.bertrand@systella.fr>