bareos2015: bareos-12.4 df3cecdb

Author Committer Branch Timestamp Parent
mvwieringen mvwieringen bareos-12.4 2013-05-04 13:51 bareos-12.4 e0e71498 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