On Sun, 9 Mar 2014, Jamie Cho wrote: > I tracked the error down to the space() function in cprep19. Basically, > it is no longer legal for strcpy() or memcpy() to be sent overlapping > arrays, but it is ok with memmove(). > > The corrected version looks like: (snip) Thanks for fixing that! --