emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/w32font.c,v


From: Jason Rumney
Subject: [Emacs-diffs] Changes to emacs/src/w32font.c,v
Date: Mon, 25 Feb 2008 08:35:40 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Jason Rumney <jasonr>   08/02/25 08:35:40

Index: w32font.c
===================================================================
RCS file: /sources/emacs/emacs/src/w32font.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- w32font.c   25 Feb 2008 01:46:30 -0000      1.9
+++ w32font.c   25 Feb 2008 08:35:40 -0000      1.10
@@ -493,7 +493,7 @@
 
       for (i = 0; i < len; i++)
        ExtTextOutW (s->hdc, x + i, y, options, NULL,
-                    s->char2b + from + i, len, NULL);
+                    s->char2b + from + i, 1, NULL);
     }
   else
     ExtTextOutW (s->hdc, x, y, options, NULL, s->char2b + from, to - from, 
NULL);




reply via email to

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