2014-05-29 02:04 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)

* contrib/hbmzip/mzip.c
    ! typo in previous commit
This commit is contained in:
Przemysław Czerpak
2014-05-29 02:04:46 +02:00
parent 5ce475d274
commit 4d9808da06
2 changed files with 5 additions and 1 deletions

View File

@@ -10,6 +10,10 @@
* Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment
*/
2014-05-29 02:04 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* contrib/hbmzip/mzip.c
! typo in previous commit
2014-05-29 00:34 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* contrib/hbmzip/mzip.c
! disable _LARGEFILE64_SOURCE after including system header files in

View File

@@ -59,7 +59,7 @@
#include "hbdate.h"
#include "hbset.h"
#if defined( HB_OS_UNIX )
#if ! defined( HB_OS_UNIX )
# undef _LARGEFILE64_SOURCE
#endif