I think I finally figured out where the problem comes from.
The "- LABELSECTOR" on line 144 is indeed causing it and should be
removed. But it has been added here for a reason: to balance the "+
LABELSECTOR" in the writedisklabel function below, when this part of the
code was factorized years ago
> I think I finally figured out where the problem comes from.
>
> The "- LABELSECTOR" on line 144 is indeed causing it and should be
> removed. But it has been added here for a reason: to balance the "+
> LABELSECTOR" in the writedisklabel function below, when this part of the
> code was factorize