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

Unified Diff: examples/albumart.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') | « configure.ac ('k') | examples/albums.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/albumart.c
===================================================================
--- examples/albumart.c (revision 166547)
+++ examples/albumart.c (working copy)
@@ -63,7 +63,7 @@
case 'h':
usage();
case 'd':
- LIBMTP_Set_Debug(LIBMTP_DEBUG_ALL);
+ LIBMTP_Set_Debug(LIBMTP_DEBUG_PTP | LIBMTP_DEBUG_DATA);
break;
case 'i':
idcount++;
« config.h ('K') | « configure.ac ('k') | examples/albums.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698