2014-10-08 02:00 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)

* contrib/hbnetio/netiosrv.c
  * src/rtl/gtpca/gtpca.c
    * pacified warnings

  * src/rtl/hbjson.c
    ! include hbjson.h
This commit is contained in:
Przemysław Czerpak
2014-10-08 02:00:37 +02:00
parent 5eede21c67
commit 9f3c247cf4
4 changed files with 11 additions and 2 deletions

View File

@@ -10,6 +10,14 @@
* Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment
*/
2014-10-08 02:00 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* contrib/hbnetio/netiosrv.c
* src/rtl/gtpca/gtpca.c
* pacified warnings
* src/rtl/hbjson.c
! include hbjson.h
2014-10-07 22:52 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* include/hbjson.h
* exported hb_jsonEncode() and hb_jsonDecode() functions

View File

@@ -486,7 +486,7 @@ static void s_listenRet( HB_SOCKET sd, const char * szRootPath, HB_BOOL rpc )
{
if( ! s_isDirSep( lsd->rootPath[ iLen - 1 ] ) )
{
if( iLen == sizeof( lsd->rootPath ) - 1 )
if( iLen == ( int ) sizeof( lsd->rootPath ) - 1 )
--iLen;
lsd->rootPath[ iLen ] = HB_OS_PATH_DELIM_CHR;
}

View File

@@ -279,7 +279,7 @@ static void hb_gt_pca_AnsiGetCurPos( int * iRow, int * iCol )
continue;
}
}
if( n == sizeof( rdbuf ) )
if( n == ( int ) sizeof( rdbuf ) )
break;
time = hb_dateMilliSeconds();
if( time > end_timer )

View File

@@ -50,6 +50,7 @@
#include "hbapiitm.h"
#include "hbapistr.h"
#include "hbset.h"
#include "hbjson.h"
/*
The application/json Media Type for JavaScript Object Notation (JSON)