mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
typo that causes the heap printer to fail by recursing infinitely
This commit is contained in:
@@ -55,7 +55,7 @@ define showheap
|
||||
printf "Printing %d heaps\n", $nheaps
|
||||
set $heapindex = (int)0
|
||||
while $heapindex < $nheaps
|
||||
showheap $heapindex
|
||||
_showheap $heapindex
|
||||
set $heapindex = $heapindex + 1
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user