2013-03-05 20:22 UTC+0100 Viktor Szakats (harbour syenar.net)
* src/rtl/hbfilehi.prg
! typo
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user