instead of the comment concerning the legacy situation of one
argument with PATHNAME\+LIMIT in it, here's support for
that:
}else{
l = strchr(argv[0],'+');
if(l){
*l++ = '\0';
if ((limit=atoi(l)) < 0) limit = 0;
}
}