Diff for /rpl/src/librpl.c between versions 1.18 and 1.37

version 1.18, 2011/01/03 12:08:09 version 1.37, 2012/04/13 14:13:02
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.0.20    RPL/2 (R) version 4.1.8
   Copyright (C) 1989-2011 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.18  
changed lines
  Added in v.1.37


CVSweb interface <joel.bertrand@systella.fr>