]> git.tuebingen.mpg.de Git - paraslash.git/commit - string.c
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)
commit9b8cece0f67b0445dd66a9d2a89b9e69d2540173
tree1efaa484b6bc63f38518be9980609dc31102ded8
parent33e57c3a92e4c105504832b4bb106273ffcdc2a7
string.c: Alloc space for terminating null wide character.

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.
string.c