On Sat, 6 Jun 2015 13:07:26 -0400
Wolfgang Corcoran-Mathe <first.lord.of.teal_AT_gmail.com> wrote:
Hey Wolfgang,
> This gets rid of a barbarous strlen()/fwrite() construct.
I have to admit, that it's not easy to decide which one is
better.
On the one hand, I favor good data structures and having
the length at hand is a good thing.
On the other hand, join is completed feature-wise, so why
not just store the length on the heap locally in the function
and be done with it?
It's not barbarous at all.
Cheers
FRIGN
--
FRIGN <dev_AT_frign.de>
Received on Sat Jun 06 2015 - 22:19:11 CEST