From 1812c89f394a057e8769cbb87e7b1499b5849ac0 Mon Sep 17 00:00:00 2001 From: bigbiff bigbiff Date: Mon, 8 Sep 2014 21:04:06 -0400 Subject: MTP: fix some code paths Still doesn't fix the bug of copying zip files to the root of storage in Windows. Change-Id: Iddec66a49c17cf48cbd1c67ad6679349ece8e05c --- mtp/mtp_MtpDatabase.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'mtp/mtp_MtpDatabase.hpp') diff --git a/mtp/mtp_MtpDatabase.hpp b/mtp/mtp_MtpDatabase.hpp index 2f5e931ba..cc8097be2 100755 --- a/mtp/mtp_MtpDatabase.hpp +++ b/mtp/mtp_MtpDatabase.hpp @@ -46,6 +46,7 @@ private: int* getSupportedObjectProperties(int format); static int FILE_PROPERTIES[10]; + static int DEVICE_PROPERTIES[3]; static int AUDIO_PROPERTIES[19]; static int VIDEO_PROPERTIES[15]; static int IMAGE_PROPERTIES[12]; -- cgit v1.2.3