mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 23:01:42 +00:00
CLOUD: Fix format warning
This commit is contained in:
parent
e114d1a697
commit
876b8616af
@ -232,7 +232,7 @@ void GoogleDriveStorage::printInfo(StorageInfoResponse response) {
|
||||
debug(9, "\nuser info:");
|
||||
debug(9, "\tname: %s", response.value.name().c_str());
|
||||
debug(9, "\temail: %s", response.value.email().c_str());
|
||||
debug(9, "\tdisk usage: %llu/%llu", response.value.used(), response.value.available());
|
||||
debug(9, "\tdisk usage: %lu/%lu", response.value.used(), response.value.available());
|
||||
}
|
||||
|
||||
Networking::Request *GoogleDriveStorage::createDirectoryWithParentId(Common::String parentId, Common::String name, BoolCallback callback, Networking::ErrorCallback errorCallback) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user