From 5dd2b7102c42cd31a0fec424addbdeaeefb235ac Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 24 Jul 2003 18:33:50 +0000 Subject: * gcc -Wall clean-up. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4151 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/debug.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/debug.rb b/lib/debug.rb index 17879e5145..74026233c7 100644 --- a/lib/debug.rb +++ b/lib/debug.rb @@ -703,7 +703,7 @@ EOHELP frame_set_pos(file, line) if !@no_step or @frames.size == @no_step @stop_next -= 1 - @stop_next = 0 if @stop_next < 0 + @stop_next = -1 if @stop_next < 0 elsif @frames.size < @no_step @stop_next = 0 # break here before leaving... else -- cgit v1.2.3