fix a comment. :) fix my last entry --Matt

Mon Jun  1 01:05:52 EDT 1998  Matthew Wilson  <msw@gimp.org>

	* plug-ins/grid.c: fix a comment. :)
	* ChangeLog: fix my last entry
--Matt
This commit is contained in:
EDT 1998 Matthew Wilson 1998-06-01 05:07:31 +00:00 committed by Matt Wilson
parent 50fd7a4a90
commit c7bd4a151a
3 changed files with 29 additions and 18 deletions

View File

@ -1,3 +1,14 @@
Mon Jun 1 01:05:52 EDT 1998 Matthew Wilson <msw@gimp.org>
* plug-ins/grid.c: fix a comment. :)
* ChangeLog: fix my last entry
Sun May 31 21:50:12 EDT 1998 Matthew Wilson <msw@gimp.org>
* plug-ins/deinterlace/deinterlace.c: patch from sjburges
to prevent out of bounds indexing array (anyone see a pattern
here?)
Sun May 31 15:35:33 PDT 1998 Manish Singh <yosh@gimp.org>
* gimptool.in: use test -r instead of test -e for portability

View File

@ -217,7 +217,7 @@ doit (GDrawable * drawable)
}
}
else
{ /* Just copy shit */
{
for (w = sx1; w < sx2; w++)
{
if ((w - my_config.x_offset) % my_config.width == 0)

View File

@ -217,7 +217,7 @@ doit (GDrawable * drawable)
}
}
else
{ /* Just copy shit */
{
for (w = sx1; w < sx2; w++)
{
if ((w - my_config.x_offset) % my_config.width == 0)