• FlashSystems's avatar
    Fix for bogus output of the albumart command on 32bit platforms. · 9f6af4f2
    FlashSystems authored
    read_stream_art uses PRIu64 unconditionally with the Format
    method of a Respone instance to output a size_t typed value.
    If size_t is 32bit the output is garbeled. This patch uses
    offset_type and PRIoffset to make sure the format string
    and the type of the output value always match.
    9f6af4f2
Name
Last commit
Last update
android Loading commit data...
doc Loading commit data...
m4 Loading commit data...
python/build Loading commit data...
scripts Loading commit data...
src Loading commit data...
systemd Loading commit data...
test Loading commit data...
win32 Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
Makefile.am Loading commit data...
NEWS Loading commit data...
README.md Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...
mpd.svg Loading commit data...
valgrind.suppressions Loading commit data...