diff options
Diffstat (limited to 'mtp/MtpMessage.hpp')
-rw-r--r-- | mtp/MtpMessage.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mtp/MtpMessage.hpp b/mtp/MtpMessage.hpp index 272da1743..31465d8c6 100644 --- a/mtp/MtpMessage.hpp +++ b/mtp/MtpMessage.hpp @@ -25,8 +25,8 @@ struct mtpmsg { int message_type; // 1 is add, 2 is remove, see above unsigned int storage_id; - const char* display; - const char* path; + char display[1024]; + char path[1024]; uint64_t maxFileSize; }; |