Diff for /rpl/src/librpl.c between versions 1.15 and 1.45

version 1.15, 2010/08/06 15:33:03 version 1.45, 2013/04/01 15:29:38
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.0.18    RPL/2 (R) version 4.1.14
   Copyright (C) 1989-2010 Dr. BERTRAND Joël    Copyright (C) 1989-2013 Dr. BERTRAND Joël
   
   This file is part of RPL/2.    This file is part of RPL/2.
   
Line 49  rpl(unsigned char *script, unsigned char Line 49  rpl(unsigned char *script, unsigned char
         rpl_home = getenv("RPL_HOME");          rpl_home = getenv("RPL_HOME");
     }      }
   
     succes = rplinit(argc, argv, &resultats, rpl_home);      succes = rplinit(argc, argv, NULL, &resultats, rpl_home);
   
     if (succes != EXIT_SUCCESS)      if (succes != EXIT_SUCCESS)
     {      {

Removed from v.1.15  
changed lines
  Added in v.1.45


CVSweb interface <joel.bertrand@systella.fr>