]> git.xonotic.org Git - xonotic/darkplaces.git/commit
Fix ugly typo in a Z_Malloc
authorcloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 4 Jun 2020 17:32:18 +0000 (17:32 +0000)
committercloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 4 Jun 2020 17:32:18 +0000 (17:32 +0000)
commit91ea11142922092f46a468484b9a14df25f02862
tree62eeb3a09cc7e9de4931ceeba720d9c3d0aff33b
parentc04586afb1069bf5c6bbd2f3a47cc19524015a55
Fix ugly typo in a Z_Malloc

It was allocating the size of the string starting from +2 offset rather
than adding 2 bytes. Oops.

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12637 d7cf8633-e32d-0410-b094-e92efae38249
host.c