2013-03-05 20:22 UTC+0100 Viktor Szakats (harbour syenar.net)

* src/rtl/hbfilehi.prg
    ! typo
This commit is contained in:
Viktor Szakats
2013-03-05 19:22:38 +00:00
parent 2d0ee39151
commit 0b34af0037
2 changed files with 5 additions and 1 deletions

View File

@@ -10,6 +10,10 @@
* Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment
*/
2013-03-05 20:22 UTC+0100 Viktor Szakats (harbour syenar.net)
* src/rtl/hbfilehi.prg
! typo
2013-03-05 19:41 UTC+0100 Viktor Szakats (harbour syenar.net)
* src/vm/dynsym.c
! __DYNSGETINDEX() fixed to return 1-based indexes in sync

View File

@@ -267,7 +267,7 @@ FUNCTION hb_DirSepDel( cDir )
FUNCTION hb_DirSepToOS( cFileName )
IF HB_ISSTRING( cDir )
IF HB_ISSTRING( cFileName )
RETURN StrTran( cFileName, iif( hb_ps() == "\", "/", "\" ), hb_ps() )
ENDIF