Mercurial > trustbridge
view HACKING @ 1395:a2574a029322
Fix Base 64 signature size calculation.
If the signature byte size is not equally dividable
by three the base 64 encoding needs three additional bytes.
The value is now fixed to avoid such errors in the future.
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Mon, 26 Jan 2015 13:17:32 +0100 |
parents | 1dc1f5a4b577 |
children |
line wrap: on
line source
Please keep C code according to GNU coding standards. With regards to the style: astyle --style=gnu --indent=spaces=2 For the C++ Ui code please use the kdelibs coding style astyle --indent=spaces=4 --brackets=linux \ --indent-labels --pad-oper --unpad-paren --pad-header \ --keep-one-line-statements --convert-tabs \ --indent-preprocessor