]> git.xonotic.org Git - xonotic/darkplaces.git/commit
fs: Use unsigned short for filename size
authorCloudwalk <cloudwalk@icculus.org>
Fri, 24 Mar 2023 13:54:31 +0000 (09:54 -0400)
committerCloudwalk <cloudwalk@icculus.org>
Fri, 24 Mar 2023 13:55:02 +0000 (09:55 -0400)
commit17d3e4a60fbe0fb9d56f953f0253e04f0a2d0db4
tree77e5ee8f607843bc068b541accd51b7c841d0c59
parent8086b5ca7f37dcccac5af9b4c874b15ec474e86e
fs: Use unsigned short for filename size

Also remove namesize < 0 check as this is no longer possible
fs.c