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:
@@ -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
|
||||
|
||||
@@ -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: "
|
||||
|
||||
Reference in New Issue
Block a user