bareos: master 195ad082

Author Committer Branch Timestamp Parent
mvwieringen adm mvwieringen adm master 2013-05-04 11:51 master b1cb3f52 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