dc: fix "dc p" prinitng bogus data
authorDenys Vlasenko <vda.linux@googlemail.com>
Mon, 25 May 2015 11:31:25 +0000 (13:31 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Mon, 25 May 2015 11:31:25 +0000 (13:31 +0200)
commitc4603fb09aa2ec06bc8c0ad51b69fe7995a8ea17
tree659cdbc8b34b5caa584f3d49738f57cd5f5fd28f
parentb878121e76730f7f7e458180363371dbe10fd253
dc: fix "dc p" prinitng bogus data

function                                             old     new   delta
check_under                                            -      20     +20
print_no_pop                                          27      32      +5
pop                                                   33      24      -9
------------------------------------------------------------------------------
(add/remove: 1/0 grow/shrink: 1/1 up/down: 25/-9)              Total: 16 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
miscutils/dc.c