2012-07-04 12:59 UTC+0200 Tamas TEVESZ (ice extreme.hu)

* contrib/xhb/filestat.c
    ! Use consistent conditions as the rest of the code
This commit is contained in:
Tamas Tevesz
2012-07-04 11:26:13 +00:00
parent 11036992ff
commit 2e8e0c6bc6
2 changed files with 5 additions and 1 deletions

View File

@@ -16,6 +16,10 @@
The license applies to all entries newer than 2009-04-28.
*/
2012-07-04 12:59 UTC+0200 Tamas TEVESZ (ice extreme.hu)
* contrib/xhb/filestat.c
! Use consistent conditions as the rest of the code
2012-07-04 12:43 UTC+0200 Viktor Szakats (harbour syenar.net)
* doc/en/set.txt
* doc/en/string.txt

View File

@@ -94,7 +94,7 @@ HB_FUNC( FILESTATS )
// determine if we can read/write/execute the file
HB_FATTR usAttr, ushbAttr = 0;
time_t ftime;
#if _POSIX_C_SOURCE >= 199506L
#if defined( HB_HAS_LOCALTIME_R )
struct tm tms;
#endif
struct tm *ptms;