Skip to content

Commit

Permalink
Added support for DV_RDF boxes in bif_isnumeric()
Browse files Browse the repository at this point in the history
  • Loading branch information
VOS Maintainer committed Dec 5, 2017
1 parent 60191c8 commit e1929eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libsrc/Wi/sqlbif.c
Expand Up @@ -6549,7 +6549,7 @@ bif_isinteger (caddr_t * qst, caddr_t * err_ret, state_slot_t ** args)
caddr_t
bif_isnumeric (caddr_t * qst, caddr_t * err_ret, state_slot_t ** args)
{
caddr_t arg1 = bif_arg (qst, args, 0, "isnumeric");
caddr_t arg1 = bif_arg_unrdf (qst, args, 0, "isnumeric");
int result;

dtp_t dtp = DV_TYPE_OF (arg1);
Expand Down

0 comments on commit e1929eb

Please sign in to comment.