From 0c53203efe377196e2bf22290fed000c7ee38870 Mon Sep 17 00:00:00 2001 From: bigbiff Date: Sun, 21 Dec 2014 13:41:26 -0500 Subject: Fix else if and maxFileSize initializer. Change-Id: Iac7852a4fb2add5744d5ea424d6ad5a82828f102 --- mtp/MtpServer.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'mtp/MtpServer.cpp') diff --git a/mtp/MtpServer.cpp b/mtp/MtpServer.cpp index f99554b03..142b821b8 100755 --- a/mtp/MtpServer.cpp +++ b/mtp/MtpServer.cpp @@ -1001,6 +1001,7 @@ MtpResponseCode MtpServer::doSendObjectInfo() { return MTP_RESPONSE_STORAGE_FULL; uint64_t maxFileSize = storage->getMaxFileSize(); // check storage max file size + MTPD("maxFileSize: %ld\n", maxFileSize); if (maxFileSize != 0) { // if mSendObjectFileSize is 0xFFFFFFFF, then all we know is the file size // is >= 0xFFFFFFFF -- cgit v1.2.3