diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 0a813bb404..e69c3de97e 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,11 @@ The license applies to all entries newer than 2009-04-28. */ +2012-04-25 16:20 UTC+0200 Viktor Szakats (harbour syenar.net) + * tests/parseini.prg + ! fixed to compile. + Thanks for patch suggestion to Alexey Myronenko + 2012-04-25 16:16 UTC+0200 Viktor Szakats (harbour syenar.net) * include/harbour.hbx * src/rtl/cdpapihb.c diff --git a/harbour/tests/parseini.prg b/harbour/tests/parseini.prg index 4df9e74cbe..3e8a024f2d 100644 --- a/harbour/tests/parseini.prg +++ b/harbour/tests/parseini.prg @@ -67,8 +67,8 @@ PROCEDURE Main( cName ) ? "REPEATING TESTS WITHOUT AUTOMATIC MAIN SECTION" ? - hIni := hb_iniRead( cName, /* default case */ - , /* default key indicators */ + hIni := hb_iniRead( cName,; /* default case */ + ,; /* default key indicators */ , .F. ) ? "Content of " + cName @@ -133,8 +133,8 @@ PROCEDURE Main( cName ) ? "READING INI FILE FROM A STRING" ? - hIni := hb_IniReadStr( cIni, /*default case*/ - , /*Default key indicators */ + hIni := hb_IniReadStr( cIni,; /*default case*/ + ,; /*Default key indicators */ , .F. ) ? "Content: "