commit | 0a322e7e7cc25267fb4f900d4bc193a134cd72fe | [log] [tgz] |
---|---|---|
author | Tom Musta <tommusta@gmail.com> | Mon Apr 21 15:54:55 2014 -0500 |
committer | Alexander Graf <agraf@suse.de> | Mon Jun 16 13:24:29 2014 +0200 |
tree | 3d3042fe85e05338699183d612d1843aec1fcf4f | |
parent | 79af3572250352c5eeacdd813b57ad5ba748654c [diff] |
libdecnumber: Fix decNumberSetBCD Fix a simple bug in the decNumberSetBCD() function. This function encodes a decNumber with "n" BCD digits. The original code erroneously computed the number of declets from the dn argument, which is the output decNumber value, and hence may contain garbage. Instead, the input "n" value is used. Signed-off-by: Tom Musta <tommusta@gmail.com> Signed-off-by: Alexander Graf <agraf@suse.de>