]> git.rm.cloudns.org Git - xonotic/darkplaces.git/commit
con: support tab completion when both directories and files match
authorbones_was_here <bones_was_here@xonotic.au>
Sun, 11 Aug 2024 17:32:44 +0000 (03:32 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Thu, 12 Sep 2024 15:14:26 +0000 (01:14 +1000)
commit6ab5f987847c32053d9b53af95890fe44f5d1314
treeb11c00a8d4c43a6510f37bc8bbd8b25a68b16e8f
parent3fc3d9ed22375ef2aca5834905d82e271ed410e6
con: support tab completion when both directories and files match

Fixes truncation warnings (caused by using strlcpy to copy an
unterminated substring, technically invoking UB with old strlcpy).
Closes https://gitlab.com/xonotic/darkplaces/-/issues/421

Signed-off-by: bones_was_here <bones_was_here@xonotic.au>
console.c