Agradecimentos ao Mauricio Faria, pelo reporte do problema.
Código: Selecionar todos
2015-07-02 15:12 UTC+0200 Viktor Szakats (vszakats users.noreply.github.com)
* src/rtl/hbini.prg
! hb_IniWrite(): fix typo in f3504ed9072c467e5d8cfc4595861bd73fc562a5
causing new file creation to fail.
Fixes https://github.com/vszakats/harbour-core/issues/136
Código: Selecionar todos
2015-07-02 02:19 UTC+0200 Viktor Szakats (vszakats users.noreply.github.com)
* contrib/hbnf/hbnf.hbp
* contrib/hbnf/setdate.c
* contrib/hbnf/settime.c
+ FT_SETTIME(), FT_SETDATE(): add Windows and Linux support (from hbct code)
! FT_SETTIME(), FT_SETDATE(): update to return success/failure
based on the result of the low-level call, previously it
always returned .T. on MS-DOS.
* contrib/hbct/dattime3.c
+ SETTIME(), SETDATE(): add MS-DOS support (from hbnf code)
Itamar M. Lins Jr.


