gimp r24795 - in trunk: . app/display
- From: neo svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp r24795 - in trunk: . app/display
- Date: Mon, 4 Feb 2008 22:44:29 +0000 (GMT)
Author: neo
Date: Mon Feb 4 22:44:29 2008
New Revision: 24795
URL: http://svn.gnome.org/viewvc/gimp?rev=24795&view=rev
Log:
2008-02-04 Sven Neumann <sven gimp org>
* 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:
trunk/ChangeLog
trunk/app/display/gimpdisplayshell-preview.c
Modified: trunk/app/display/gimpdisplayshell-preview.c
==============================================================================
--- trunk/app/display/gimpdisplayshell-preview.c (original)
+++ trunk/app/display/gimpdisplayshell-preview.c Mon Feb 4 22:44:29 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]