update CRASHREPORTURL examples

This commit is contained in:
nhkeni
2026-04-26 18:01:10 -04:00
parent a396ad1033
commit 27fa906ebf
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
/* NetHack 5.0 report.c $NHDT-Date: 1741406837 2025/03/07 20:07:17 $ $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.16 $ */ /* NetHack 5.0 report.c $NHDT-Date: 1777240823 2026/04/26 22:00:23 $ $NHDT-Branch: to500 $:$NHDT-Revision: 1.19 $ */
/* Copyright (c) Kenneth Lorber, Kensington, Maryland, 2024 */ /* Copyright (c) Kenneth Lorber, Kensington, Maryland, 2024 */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
@@ -295,7 +295,7 @@ submit_web_report(int cos, const char *msg, const char *why)
char temp2[200]; char temp2[200];
int countpp = 0; /* pre and post traceback lines */ int countpp = 0; /* pre and post traceback lines */
// URL loaded for creating reports to the NetHack DevTeam // URL loaded for creating reports to the NetHack DevTeam
// CRASHREPORTURL=https://nethack.org/links/cr-37BETA.html // CRASHREPORTURL=https://nethack.org/links/cr-5.0.0.html
if (!sysopt.crashreporturl) if (!sysopt.crashreporturl)
return FALSE; return FALSE;
SWR_ADD(sysopt.crashreporturl); SWR_ADD(sysopt.crashreporturl);
+2 -2
View File
@@ -1,4 +1,4 @@
# NetHack 5.0 sysconf $NHDT-Date: 1704043695 2023/12/31 17:28:15 $ $NHDT-Branch: keni-luabits2 $:$NHDT-Revision: 1.44 $ # NetHack 5.0 sysconf $NHDT-Date: 1777240863 2026/04/26 22:01:03 $ $NHDT-Branch: to500 $:$NHDT-Revision: 1.47 $
# Copyright (c) 2015 by Kenneth Lorber, Kensington, Maryland # Copyright (c) 2015 by Kenneth Lorber, Kensington, Maryland
# NetHack may be freely redistributed. See license for details. # NetHack may be freely redistributed. See license for details.
# #
@@ -164,7 +164,7 @@ PANICTRACE_GDB=1
PANICTRACE_LIBC=2 PANICTRACE_LIBC=2
# URL loaded for creating reports to the NetHack DevTeam # URL loaded for creating reports to the NetHack DevTeam
#CRASHREPORTURL=https://nethack.org/links/cr-37BETA.html #CRASHREPORTURL=https://nethack.org/links/cr-5.0.0.html
# 'portable_device_paths' is only supported for Windows. Starting with # 'portable_device_paths' is only supported for Windows. Starting with
# 3.6.3, nethack on Windows treats the folder containing nethack.exe and # 3.6.3, nethack on Windows treats the folder containing nethack.exe and
+1 -1
View File
@@ -127,4 +127,4 @@ HIDEUSAGE=1
#LOCKDIR=c:\ProgramData\NetHack\5.0 #LOCKDIR=c:\ProgramData\NetHack\5.0
# URL loaded for creating reports to the NetHack DevTeam # URL loaded for creating reports to the NetHack DevTeam
#CRASHREPORTURL=https://nethack.org/links/cr-37BETA.html #CRASHREPORTURL=https://nethack.org/links/cr-5.0.0.html