From: Paul Eggert <eggert@twinsun.com>

* remote-bug.c (wait_strings): Avoid creating a trigraph.
This commit is contained in:
Fred Fish 1996-11-25 20:09:27 +00:00
parent 05ccbdfdd2
commit 22ba28a51a
2 changed files with 15 additions and 1 deletions

View file

@ -270,7 +270,7 @@ bug_resume (pid, step, sig)
static char *wait_strings[] = {
"At Breakpoint",
"Exception: Data Access Fault (Local Bus Timeout)",
"\r8???-Bug>",
"\r8??\?-Bug>", /* The '\?' avoids creating a trigraph */
"\r197-Bug>",
NULL,
};