]> git.wh0rd.org - fontconfig.git/commit
FcStrPlus: optimize a little
authorMike Frysinger <vapier@gentoo.org>
Mon, 7 Nov 2011 19:25:51 +0000 (14:25 -0500)
committerMike Frysinger <vapier@gentoo.org>
Mon, 7 Nov 2011 19:48:45 +0000 (14:48 -0500)
commit9d6f4f01d780864405177cee44b38981d09d48b4
tree6409f45c038eb9f2f93d0103da9446b386029346
parent19651262e9502c952184f27962c9f5e521a11db9
FcStrPlus: optimize a little

We've already calculated the lengths of these strings, so re-use those
values to avoid having to rescan the strings multiple times.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
src/fcstr.c