update dat src include...

This commit is contained in:
nhmall
2026-04-26 12:34:02 -04:00
parent 11ae226eeb
commit d6f8241ac1
46 changed files with 78 additions and 78 deletions
+1 -1
View File
@@ -1590,7 +1590,7 @@ do_oracles(void)
/* Read one line from input, up to and including the next newline
* character. Returns a pointer to the heap-allocated string, or a
* null pointer if no characters were read.
* 3.7: redone to use nethack's alloc() rather than libc's malloc()
* 5.0: redone to use nethack's alloc() rather than libc's malloc()
* and realloc().
*/
static char *
+1 -1
View File
@@ -195,7 +195,7 @@ main(int argc, char *argv[])
exit(EXIT_FAILURE);
sz = strlen(folderbuf);
(void) snprintf(eos(folderbuf), sizeof folderbuf - sz,
"\\AppData\\Local\\NetHack\\3.7\\");
"\\AppData\\Local\\NetHack\\5.0\\");
// initoptions_init(); // This allows OPTIONS in syscf on Windows.
set_default_prefix_locations(argv[0]);
#endif