[gimp] plug-ins: small cleanup to last commit
- From: N/A <ell src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] plug-ins: small cleanup to last commit
- Date: Wed, 9 Aug 2017 12:38:34 +0000 (UTC)
commit 4d3481ca7a55081bd9726fb959d5265b78e73e2f
Author: Ell <ell_se yahoo com>
Date: Wed Aug 9 08:38:08 2017 -0400
plug-ins: small cleanup to last commit
plug-ins/file-psd/psd-layer-res-load.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/plug-ins/file-psd/psd-layer-res-load.c b/plug-ins/file-psd/psd-layer-res-load.c
index c63d6c9..3cad3cc 100644
--- a/plug-ins/file-psd/psd-layer-res-load.c
+++ b/plug-ins/file-psd/psd-layer-res-load.c
@@ -559,7 +559,6 @@ load_resource_lsct (const PSDlayerres *res_a,
if (fread (signature, 4, 1, f) < 1 ||
fread (blend_mode, 4, 1, f) < 1)
-
{
psd_set_error (feof (f), errno, error);
return -1;
@@ -567,7 +566,7 @@ load_resource_lsct (const PSDlayerres *res_a,
if (memcmp (signature, "8BIM", 4) == 0)
{
memcpy (lyr_a->blend_mode, blend_mode, 4);
- IFDBG(2) g_debug ("Section divider layer mode sig: %.4s, blend mode: %.4s",
+ IFDBG(3) g_debug ("Section divider layer mode sig: %.4s, blend mode: %.4s",
signature, blend_mode);
}
else
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]