On Sat, 6 Jun 2015 13:07:26 -0400 Wolfgang Corcoran-Mathe <[email protected]> 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 <[email protected]>
