]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
string.c: Alloc space for terminating null wide character.
authorAndre Noll <maan@tuebingen.mpg.de>
Mon, 29 Feb 2016 18:26:09 +0000 (19:26 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 13 Mar 2016 17:11:32 +0000 (18:11 +0100)
Should not matter since we already know the number of wide characters
and never look past the allocated buffer. But let's be conservative
here and allocate space for the terminating null wide character.


No differences found