diff --git a/harbour/ChangeLog b/harbour/ChangeLog index e5e00fb3d5..dc3f990047 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,10 @@ 2008-12-31 13:59 UTC+0100 Foo Bar */ +2008-07-06 23:01 UTC+0200 Viktor Szakats (harbour.01 syenar hu) + * include/hbundoc.api + ! Casting in _tctemp() + 2008-07-05 03:28 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * source/rtl/transfrm.c + Added patch by Javier. This will make @R picture diff --git a/harbour/include/hbundoc.api b/harbour/include/hbundoc.api index 86b2a71941..ceab69db89 100644 --- a/harbour/include/hbundoc.api +++ b/harbour/include/hbundoc.api @@ -80,7 +80,7 @@ #define _tclose hb_fsClose #define _tcommit hb_fsCommit #define _tcreat hb_fsCreate -#define _tctemp(p,a,b) hb_fsCreateTemp( p, "", a, b ) +#define _tctemp(p,a,b) hb_fsCreateTemp( p, ( BYTE * ) "", a, b ) #define _tcurdir hb_fsCurDir #define _tcurdrv hb_fsCurDrv #define _tdevraw hb_fsSetDevMode