[gimp/wip/nielsdg/string-array-to-strv] plug-ins: fix file-gih.
- From: Jehan <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/wip/nielsdg/string-array-to-strv] plug-ins: fix file-gih.
- Date: Sat, 12 Feb 2022 00:06:38 +0000 (UTC)
commit 6bfe3fd8c5cf98d90843643b569eb65c3f2375ba
Author: Jehan <jehan girinstud io>
Date: Sat Feb 12 01:05:55 2022 +0100
plug-ins: fix file-gih.
"sel" argument was wrongly numbered.
plug-ins/common/file-gih.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/plug-ins/common/file-gih.c b/plug-ins/common/file-gih.c
index 8034744e84..5d91ce6d56 100644
--- a/plug-ins/common/file-gih.c
+++ b/plug-ins/common/file-gih.c
@@ -412,7 +412,7 @@ gih_save (GimpProcedure *procedure,
else
{
const guint8 *rank = GIMP_VALUES_GET_UINT8_ARRAY (args, 7);
- const gchar **sel = GIMP_VALUES_GET_STRV (args, 8);
+ const gchar **sel = GIMP_VALUES_GET_STRV (args, 9);
for (i = 0; i < gihparams.dim; i++)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]