Module: wine Branch: refs/heads/master Commit: d37d5cd51de717b13db6b71b793d763a68a519bf URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=d37d5cd51de717b13db6b71b...
Author: Saulius Krasuckas saulius.krasuckas@gmail.com Date: Fri Jan 13 13:52:21 2006 +0100
mscms: Make enumerating more verbose.
---
dlls/mscms/tests/profile.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/mscms/tests/profile.c b/dlls/mscms/tests/profile.c index 8ac6200..6e82fb3 100644 --- a/dlls/mscms/tests/profile.c +++ b/dlls/mscms/tests/profile.c @@ -485,7 +485,7 @@ static void enum_registered_color_profil if (ret) { present++; - trace(" found %s\n", known_colorspaces[i].szName); + trace(" found %s, pointing to '%s' (%d chars)\n", known_colorspaces[i].szName, profile, strlen(profile)); } } trace("Total profiles found: %ld.\n", present);