]> Kevux Git Server - fll/commit
Bugfix: The stage files should not begin with "-".
authorKevin Day <kevin@kevux.org>
Thu, 6 Apr 2023 01:47:19 +0000 (20:47 -0500)
committerKevin Day <kevin@kevux.org>
Thu, 6 Apr 2023 01:47:19 +0000 (20:47 -0500)
commit91f8ca080882cec79a5bb6f050277bdeef6e850e
treeac64a5428094b9746407de734fbbf99db17b70f0
parent135b3c4ead9b7f3867d1ce23069d4d3b3da8a827
Bugfix: The stage files should not begin with "-".

I haven't looked at the stage files in a while because it just works.
I happened to notice that they are beginning with "-".
This is incorrect.

Turns out that at some point in time the separator got pulled outside the process.used condition.
This results in the "-" always being added when it should not be.
The problem is introduced in this completely erroneous commit 8cb1d765b75403e242e307590842628aad7ad91b.

Add the same logic check to the name because it also append a "-".

Also reset the used length at the start of population of the stage file strings.
level_3/fake/c/private-build-load.c