app/color_cmds.c

1999-10-04 Olof S Kylander <olof@gimp.org>

        * app/color_cmds.c

        removed the bug fix for 2306 and 2208
        It is autogen code so ...
This commit is contained in:
Olof S Kylander 1999-10-04 02:17:56 +00:00 committed by Olof S Kylander/GIMP
parent 09cab0b18b
commit 31d282ff25
2 changed files with 9 additions and 2 deletions

View file

@ -1,3 +1,10 @@
1999-10-04 Olof S Kylander <olof@gimp.org>
* app/color_cmds.c
removed the bug fix for 2306 and 2208
It is autogen code so ...
1999-10-04 Sven Neumann <sven@gimp.org>
* app/tool_options.c: fixed bug #2511

View file

@ -658,7 +658,7 @@ curves_explicit_invoker (Argument *args)
GimpDrawable *drawable;
gint32 channel;
gint32 num_bytes;
guint8 *curve;
gint8 *curve;
CurvesDialog cd;
int x1, y1, x2, y2;
int i, j;
@ -676,7 +676,7 @@ curves_explicit_invoker (Argument *args)
if (num_bytes <= 0)
success = FALSE;
curve = (guint8 *) args[3].value.pdb_pointer;
curve = (gint8 *) args[3].value.pdb_pointer;
if (success)
{