Stop falsely claiming FNM_SEP_EXT is optional
commit1481e1b57df291cf11ebe1034a15f066a8155f88
authorOlly Betts <olly@survex.com>
Thu, 8 Feb 2024 19:27:56 +0000 (9 08:27 +1300)
committerOlly Betts <olly@survex.com>
Thu, 8 Feb 2024 19:27:56 +0000 (9 08:27 +1300)
tree29ddd0018b140429c75c1f3b3144528c47f3253f
parentb0065748fb530021806c8ba27207beb6c06782a2
Stop falsely claiming FNM_SEP_EXT is optional

While a few places in our code allowed for it to not be defined, we
assume it is defined in others.  The concept of a filename extension
seems pretty much ubiquitous in current operating systems so just
make it a requirement.
src/filename.c
src/osdepend.h