Skip to content

Commit

Permalink
CHANGE: replaced crash report url
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed Feb 2, 2023
1 parent 6247d7e commit 5f4f434
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/core/a-constants.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
** REBOL [R3] Language Interpreter and Run-time Environment
**
** Copyright 2012 REBOL Technologies
** Copyright 2012-2023 Rebol Open Source Developers
** REBOL is a trademark of REBOL Technologies
**
** Licensed under the Apache License, Version 2.0 (the "License");
Expand Down Expand Up @@ -49,7 +50,7 @@ const REBYTE * const Crash_Msgs[] = {
BP"assertion failed",
BP"invalid datatype %d",
BP"unspecific",
BP"\n\nProgram terminated abnormally.\nThis should never happen.\nPlease contact www.REBOL.com with details."
BP"\n\nProgram terminated abnormally.\nThis should never happen.\nPlease contact www.github.com/Oldes/Rebol3 with details."
};

const REBYTE * const Str_Dump[] = {
Expand Down

0 comments on commit 5f4f434

Please sign in to comment.