File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -608,7 +608,7 @@ void BSONDISC::AddColumn(PGLOBAL g)
608
608
PBVAL BTUTIL::FindRow (PGLOBAL g)
609
609
{
610
610
char *p, *objpath = PlugDup (g, Tp->Objname );
611
- char *sep = (Tp->Sep == ' :' ) ? " :[" : " .[" ;
611
+ char *sep = (char *)( Tp->Sep == ' :' ? " :[" : " .[" ) ;
612
612
bool bp = false , b = false ;
613
613
PBVAL jsp = Tp->Row ;
614
614
PBVAL val = NULL ;
Original file line number Diff line number Diff line change @@ -962,7 +962,7 @@ int TDBJSN::EstimatedLength(void)
962
962
PJSON TDBJSN::FindRow (PGLOBAL g)
963
963
{
964
964
char *p, *objpath = PlugDup (g, Objname);
965
- char *sep = (Sep == ' :' ) ? " :[" : " .[" ;
965
+ char *sep = (char *)( Sep == ' :' ? " :[" : " .[" ) ;
966
966
bool bp = false , b = false ;
967
967
PJSON jsp = Row;
968
968
PJVAL val = NULL ;
You can’t perform that action at this time.
0 commit comments