• 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
..
AllCommands.cxx Loading commit data...
AllCommands.hxx Loading commit data...
ClientCommands.cxx Loading commit data...
ClientCommands.hxx Loading commit data...
CommandError.cxx Loading commit data...
CommandError.hxx Loading commit data...
CommandListBuilder.cxx Loading commit data...
CommandListBuilder.hxx Loading commit data...
CommandResult.hxx Loading commit data...
DatabaseCommands.cxx Loading commit data...
DatabaseCommands.hxx Loading commit data...
FileCommands.cxx Loading commit data...
FileCommands.hxx Loading commit data...
MessageCommands.cxx Loading commit data...
MessageCommands.hxx Loading commit data...
NeighborCommands.cxx Loading commit data...
NeighborCommands.hxx Loading commit data...
OtherCommands.cxx Loading commit data...
OtherCommands.hxx Loading commit data...
OutputCommands.cxx Loading commit data...
OutputCommands.hxx Loading commit data...
PartitionCommands.cxx Loading commit data...
PartitionCommands.hxx Loading commit data...
PlayerCommands.cxx Loading commit data...
PlayerCommands.hxx Loading commit data...
PlaylistCommands.cxx Loading commit data...
PlaylistCommands.hxx Loading commit data...
QueueCommands.cxx Loading commit data...
QueueCommands.hxx Loading commit data...
Request.hxx Loading commit data...
StickerCommands.cxx Loading commit data...
StickerCommands.hxx Loading commit data...
StorageCommands.cxx Loading commit data...
StorageCommands.hxx Loading commit data...
TagCommands.cxx Loading commit data...
TagCommands.hxx Loading commit data...