This commit is contained in:
Valentin Bartenev
2018-04-05 15:49:41 +03:00
parent 49bd3a21e0
commit d15b4ca906
9 changed files with 30 additions and 27 deletions

View File

@@ -444,8 +444,8 @@ space_after_target:
}
if (rp->exten_start) {
rp->exten.length = rp->path.start + rp->path.length -
rp->exten_start;
rp->exten.length = rp->path.start + rp->path.length
- rp->exten_start;
rp->exten.start = rp->exten_start;
}