petervanhoef / Calculator-Brain

My solutions for CS193P Winter 2017 Assignment II: Calculator Brain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sometimes leading 0 when entering digits after pressing C

petervanhoef opened this issue · comments

How to reproduce:

  1. Enter digits
  2. Press the C-button - display shows the 0
  3. Enter new digits

The 0 stays in front of the new digits.

Previous commit fixes this bug.