From 36ac85055cb025cbe4bb5ec86c8b16314f0d5935 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 25 Apr 2012 14:23:48 +0000 Subject: [PATCH] 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 --- harbour/ChangeLog | 5 +++++ harbour/tests/parseini.prg | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) 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: "