ropensci / jqr

R interface to jq
https://docs.ropensci.org/jqr
Other
143 stars 13 forks source link

cran warning: strncpy #75

Closed sckott closed 5 years ago

sckott commented 5 years ago

on four different builds i think

jqr.c:11:3: warning: 'strncpy' specified bound 1000 equals destination size [-Wstringop-truncation]

here

https://github.com/ropensci/jqr/blob/master/src/jqr.c#L19

sckott commented 5 years ago

fixed in 82ce355