]> git.ipfire.org Git - people/ric9/pakfire.git/commit
parser: Don't try to expand empty strings
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 11 Jan 2025 14:10:45 +0000 (14:10 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 11 Jan 2025 14:10:45 +0000 (14:10 +0000)
commit5bb54fc33536eccdf267f4f9829db37c12c99317
tree6cd28e2d060e18dd4c6c02ff5d6ab7d87a701793
parent5e2d58573b7add7cf95b9c716e84c731c73bf4b9
parser: Don't try to expand empty strings

This is just a fast path to avoid doing unnecessary work.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/pakfire/parser.c