The "ymax" argument was listed twice in fractaltrace's PDB interface.

Fixed.  Adrian found this, I just patched it.  :)
--sg
This commit is contained in:
scott
1998-01-12 19:39:05 +00:00
parent fcdccc5e19
commit e0089435d1
3 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,8 @@
Mon Jan 12 14:49:19 1998 Scott Goehring <scott@poverty.bloomington.in.us>
* plug-ins/fractaltrace/fractaltrace.c (query): ymax argument was
listed twice. Fixed.
Fri Jan 9 01:15:51 PST 1998 Manish Singh <yosh@gimp.org>
* INSTALL: updated to properly reflect installation procedure

View File

@ -111,7 +111,6 @@ static void query( void )
{ PARAM_FLOAT, "xmax", "xmax fractal image delimiter" },
{ PARAM_FLOAT, "ymin", "ymin fractal image delimiter" },
{ PARAM_FLOAT, "ymax", "ymax fractal image delimiter" },
{ PARAM_FLOAT, "ymax", "ymax fractal image delimiter" },
{ PARAM_INT32, "depth", "trace depth" },
{ PARAM_INT32, "outside_type", "outside type"
"(0=WRAP/1=TRANS/2=BLACK/3=WHITE)" },

View File

@ -111,7 +111,6 @@ static void query( void )
{ PARAM_FLOAT, "xmax", "xmax fractal image delimiter" },
{ PARAM_FLOAT, "ymin", "ymin fractal image delimiter" },
{ PARAM_FLOAT, "ymax", "ymax fractal image delimiter" },
{ PARAM_FLOAT, "ymax", "ymax fractal image delimiter" },
{ PARAM_INT32, "depth", "trace depth" },
{ PARAM_INT32, "outside_type", "outside type"
"(0=WRAP/1=TRANS/2=BLACK/3=WHITE)" },