gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash/server edit_text_character.cpp


From: Sandro Santilli
Subject: [Gnash-commit] gnash/server edit_text_character.cpp
Date: Thu, 30 Nov 2006 13:43:26 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  06/11/30 13:43:26

Modified files:
        server         : edit_text_character.cpp 

Log message:
        removed another signed/unsigned warning

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/server/edit_text_character.cpp?cvsroot=gnash&r1=1.37&r2=1.38

Patches:
Index: edit_text_character.cpp
===================================================================
RCS file: /sources/gnash/gnash/server/edit_text_character.cpp,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -b -r1.37 -r1.38
--- edit_text_character.cpp     30 Nov 2006 13:41:51 -0000      1.37
+++ edit_text_character.cpp     30 Nov 2006 13:43:26 -0000      1.38
@@ -15,7 +15,7 @@
 // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
 
-/* $Id: edit_text_character.cpp,v 1.37 2006/11/30 13:41:51 strk Exp $ */
+/* $Id: edit_text_character.cpp,v 1.38 2006/11/30 13:43:26 strk Exp $ */
 
 #include "utf8.h"
 #include "log.h"
@@ -736,7 +736,7 @@
        int     last_space_glyph = -1;
        int     last_line_start_record = 0;
 
-       int character_idx = 0;
+       unsigned int character_idx = 0;
        m_xcursor = x;
        m_ycursor = y;
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]