64-bit vars

This commit is contained in:
Olof Hagsand 2018-06-17 17:58:59 +00:00
parent 85c4782e36
commit a0d4569488
2 changed files with 5 additions and 5 deletions

View file

@ -254,7 +254,7 @@ api_data_get2(clicon_handle h,
else{
if (xpath_vec(xret, "%s", &xvec, &xlen, path) < 0)
goto done;
clicon_debug(1, "%s: xpath:%s xlen:%d", __FUNCTION__, path, xlen);
clicon_debug(1, "%s: xpath:%s xlen:%d", __FUNCTION__, path, (int)xlen);
if (use_xml){
for (i=0; i<xlen; i++){
x = xvec[i];