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
This commit is contained in:
Viktor Szakats
2012-04-25 14:23:48 +00:00
parent 3343571ea7
commit 36ac85055c
2 changed files with 9 additions and 4 deletions

View File

@@ -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

View File

@@ -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: "