mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-12-15 15:04:34 +08:00
932949fe49
From stat documentation: "(stat()) path refers to a file whose size cannot be represented in the type off_t. This can occur when an application compiled on a 32-bit platform without -D_FILE_OFFSET_BITS=64 calls stat() on a file whose size exceeds (2<<31)-1 bits." To fix this now size header is omitted when the file is over 32-bit, but it is able to transfer it by using 64-bit variables. In addition to that folder-listing now should report such big sizes properly. |
||
---|---|---|
.. | ||
main.c | ||
pbap.c | ||
pbap.h | ||
session.c | ||
session.h | ||
sync.c | ||
sync.h | ||
transfer.c | ||
transfer.h |