bareos2015: bareos-13.2 d3185187
Author | Committer | Branch | Timestamp | Parent | |
---|---|---|---|---|---|
mvwieringen | mvwieringen | bareos-13.2 | 2013-05-04 13:51 | bareos-13.2 c2ec319a | Pending |
Changeset | Fix conversion string in bsnprintf. It makes no sense to use a string "0123456789ABCDEF" when you do all calculating using a modulo 10 divide which only gives the spread from 0 to 9. As we don't need the hex letters we can also drop the check on caps as figures are either upper or lower case. |
||||
mod - src/lib/bsnprintf.c | Diff File |