Diff for /rpl/src/librpl.c between versions 1.14 and 1.35

version 1.14, 2010/08/06 15:26:50 version 1.35, 2012/01/17 14:44:12
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.0.18    RPL/2 (R) version 4.1.6
   Copyright (C) 1989-2010 Dr. BERTRAND Joël    Copyright (C) 1989-2012 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.14  
changed lines
  Added in v.1.35


CVSweb interface <joel.bertrand@systella.fr>