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:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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 )
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user