wmcdplay: Set remain variable to zero.
commit149419b277adfa5f60485f84c25101fbfe3631c2
authorDoug Torrance <dtorrance@monmouthcollege.edu>
Thu, 18 Dec 2014 18:30:41 +0000 (18 12:30 -0600)
committerCarlos R. Mafra <crmafra@gmail.com>
Thu, 18 Dec 2014 18:43:09 +0000 (18 18:43 +0000)
tree1266ead3f61fb5b633289c765a078d89a8362071
parentca89668d4e889a70bec23b3fa5ee89718b5098e4
wmcdplay: Set remain variable to zero.

This avoids an possible undeclared variable error five lines later if remain is
never set: "if(remain<2250)".

Patch from Debian [1].

[1] http://sources.debian.net/src/wmcdplay/1.0beta1-13/debian/patches/set_remain_to_zero.patch/
wmcdplay/wmcdplay.cc