Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(193)

Unified Diff: examples/filetree.c

Issue 11358153: Update libmtp from pre 1.1.4 git to 1.1.5 release. (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/libmtp/
Patch Set: disable mptz Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« config.h ('K') | « examples/detect.c ('k') | ltmain.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/filetree.c
===================================================================
--- examples/filetree.c (revision 166547)
+++ examples/filetree.c (working copy)
@@ -77,7 +77,7 @@
while ((opt = getopt(argc, argv, "d")) != -1 ) {
switch (opt) {
case 'd':
- LIBMTP_Set_Debug(LIBMTP_DEBUG_ALL);
+ LIBMTP_Set_Debug(LIBMTP_DEBUG_PTP | LIBMTP_DEBUG_DATA);
break;
}
}
« config.h ('K') | « examples/detect.c ('k') | ltmain.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698