Package: mimetic / 0.9.8-7

Metadata

Package Version Patches format
mimetic 0.9.8-7 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
signed char.patch | (download)

mimetic/codec/base64.cxx | 2 1 + 1 - 0 !
mimetic/codec/base64.h | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 fix ftbfs on architectures where char is unsigned
 Fix error
   base64.cxx:30:1: error: narrowing conversion of '-1' from 'int' to 'char' inside { } [-Wnarrowing]
 by making Base64::sDecTable a signed char.
Bug-Debian: https://bugs.debian.org/859963