From b16647f8f8bdaf46aed98dc22afdf9329840f19a Mon Sep 17 00:00:00 2001 From: matz Date: Sat, 20 Nov 2004 15:18:35 +0000 Subject: * string.c (rb_str_splice): should place index wrapping after possible modification. [ruby-dev:24940] * eval.c (error_print): nicer traceback at interrupt. [ruby-core:03774] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7346 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- eval.c | 1 + 1 file changed, 1 insertion(+) (limited to 'eval.c') diff --git a/eval.c b/eval.c index 55ab01e4b..e2651b5ca 100644 --- a/eval.c +++ b/eval.c @@ -1148,6 +1148,7 @@ error_print() if (elen == 0) { warn_print(": "); warn_print2(RSTRING(epath)->ptr, RSTRING(epath)->len); + warn_print("\n"); } else { char *tail = 0; -- cgit