]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
gcrypt: Fix format string in debug output.
authorAndre Noll <maan@tuebingen.mpg.de>
Thu, 1 Jan 2015 17:57:50 +0000 (17:57 +0000)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 11 Jan 2015 15:11:38 +0000 (16:11 +0100)
"len" is of type int, not unsigned.

Found by cppcheck.


No differences found