diff options
Diffstat (limited to 'pkg/stack/stack-stack.go')
-rw-r--r-- | pkg/stack/stack-stack.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/stack/stack-stack.go b/pkg/stack/stack-stack.go index db5a405..adc41c6 100644 --- a/pkg/stack/stack-stack.go +++ b/pkg/stack/stack-stack.go @@ -17,6 +17,7 @@ func NewStackStack() *StackStack { } func (ss *StackStack) Begin(p *pointer.Pointer) { + ss.height++ soss := ss.head n := soss.Pop() np := n |