]> granicus.if.org Git - nethack/commit
WIN32: file naming
authornethack.allison <nethack.allison>
Sun, 21 Jul 2002 04:07:32 +0000 (04:07 +0000)
committernethack.allison <nethack.allison>
Sun, 21 Jul 2002 04:07:32 +0000 (04:07 +0000)
commit03cc2afa2e7892073a0e1121dee629561b365ef9
treef958dbecbc57d75a1c186e89210de8aef6c8c2e0
parent5d040e4da5fc552358b5ea52c6af2df828263ca9
WIN32: file naming
Allow single character variations in player names
to remain unique in file names by encoding rather
than substituting.
"plnam one", "plnam_one", and "plnam~one" at the
"Who are you?" prompt get unique filenames after this patch.
include/extern.h
src/files.c
sys/share/pcmain.c