From 8c6ee7152512a0da8c85f13369ee7d65c66c211b Mon Sep 17 00:00:00 2001 From: Keith Seitz Date: Thu, 7 Jun 2001 20:18:45 +0000 Subject: [PATCH] * gdb-events.sh: Fix quote escaping which was obsoleted by last patch. --- gdb/ChangeLog | 5 +++++ gdb/gdb-events.sh | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7434b85912f..c68caa96c3c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2001-06-07 Keith Seitz + + * gdb-events.sh: Fix quote escaping which was obsoleted + by last patch. + 2001-06-07 Keith Seitz * gdb-events.sh: Make if statements and tests diff --git a/gdb/gdb-events.sh b/gdb/gdb-events.sh index d84a375b34e..d4713eccb5b 100755 --- a/gdb/gdb-events.sh +++ b/gdb/gdb-events.sh @@ -355,7 +355,7 @@ void ${function}_event (${formal}) { if (gdb_events_debug) - fprintf_unfiltered (gdb_stdlog, \"${function}_event\n\"); + fprintf_unfiltered (gdb_stdlog, "${function}_event\n"); if (!current_event_hooks->${function}) return; current_event_hooks->${function} (${actual}); -- 2.30.2