]> git.ipfire.org Git - pakfire.git/commit
string: Make setting a string faster
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 27 Jan 2025 17:51:52 +0000 (17:51 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 27 Jan 2025 17:51:52 +0000 (17:51 +0000)
commit756ab66138293ca00d1ac8f890aea197c272c08e
tree754d7394d47fa8decbdffacfd7a668448dc971fc
parentecb789d450c320bea863dbb345cd1bcc885cc63c
string: Make setting a string faster

This avoids calling a lot of libc functions that we actually don't need.

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