]> Kevux Git Server - fll/commit
Bugfix: The stage files should not begin with "-".
authorKevin Day <kevin@kevux.org>
Thu, 6 Apr 2023 01:33:33 +0000 (20:33 -0500)
committerKevin Day <kevin@kevux.org>
Thu, 6 Apr 2023 01:33:33 +0000 (20:33 -0500)
commit948bb7b3087910f146b28fb553df3e524420d85d
treefd4c1bfc0ef72122ed9dda96a1294616610bb5c7
parentab882fa578519c8a1a16ed39e6818f4d745c4370
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/main/build/load.c