]> 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:54:31 +0000 (09:54 -0400)
commit95682963ff1d59352ddc174364d311dff4933b53
tree865d0e7d7230d06c7d92c608e554d4b81c7959d7
parenteb693bfa601d534d0e2f3035d1c640f1d2c220bf
fs: Use unsigned short for filename size

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