[gimp] lcms: oversight
- From: Massimo Valentini <mvalentini src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] lcms: oversight
- Date: Tue, 4 Sep 2012 16:00:00 +0000 (UTC)
commit c59ab4d817730430b4b037de07abd28281f1dcf7
Author: Massimo Valentini <mvalentini src gnome org>
Date: Tue Sep 4 17:53:06 2012 +0200
lcms: oversight
plug-ins/common/lcms.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plug-ins/common/lcms.c b/plug-ins/common/lcms.c
index 56eb6c1..954d52a 100644
--- a/plug-ins/common/lcms.c
+++ b/plug-ins/common/lcms.c
@@ -517,7 +517,7 @@ lcms_icc_profile_get_desc (cmsHPROFILE profile)
{
cmsUInt32Number descSize;
gchar *descData;
- gchar desc = NULL;
+ gchar *desc = NULL;
descSize = cmsGetProfileInfoASCII (profile, cmsInfoDescription,
"en", "US", NULL, 0);
@@ -540,7 +540,7 @@ lcms_icc_profile_get_info (cmsHPROFILE profile)
{
cmsUInt32Number descSize;
gchar *descData;
- gchar info = NULL;
+ gchar *info = NULL;
descSize = cmsGetProfileInfoASCII (profile, cmsInfoModel,
"en", "US", NULL, 0);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]