gimp r24796 - in branches/gimp-2-4: . app/display
- From: neo svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp r24796 - in branches/gimp-2-4: . app/display
- Date: Mon, 4 Feb 2008 22:45:18 +0000 (GMT)
Author: neo
Date: Mon Feb 4 22:45:18 2008
New Revision: 24796
URL: http://svn.gnome.org/viewvc/gimp?rev=24796&view=rev
Log:
2008-02-04 Sven Neumann <sven gimp org>
Merged from trunk:
* app/display/gimpdisplayshell-preview.c
(gimp_display_shell_trace_tri_edge): use a gint for direction,
not
a gchar which might be unsigned. Patch from Giuliano Pochini;
fixes bug #340965.
Modified:
branches/gimp-2-4/ChangeLog
branches/gimp-2-4/app/display/gimpdisplayshell-preview.c
Modified: branches/gimp-2-4/app/display/gimpdisplayshell-preview.c
==============================================================================
--- branches/gimp-2-4/app/display/gimpdisplayshell-preview.c (original)
+++ branches/gimp-2-4/app/display/gimpdisplayshell-preview.c Mon Feb 4 22:45:18 2008
@@ -828,7 +828,7 @@
{
const gint dy = y2 - y1;
gint dx;
- gchar xdir;
+ gint xdir;
gint errorterm;
gint b;
gint *dptr;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]