C-API: Changed type of veclen parameter to size_t in xpath_vec_flag()

Rewrite of sed -e to be portable to freebsd
This commit is contained in:
Olof hagsand 2022-12-29 15:45:16 +01:00
parent 5b9921933a
commit 6fedf65de7
8 changed files with 23 additions and 14 deletions

View file

@ -370,6 +370,7 @@ xml_default(yang_stmt *yt,
case Y_CHOICE:{
if (xml_default_choice(yc, xt, state) < 0)
goto done;
break;
}
default:
break;