Fix ChangeLog; fix source code comment.
This commit is contained in:
parent
3a51afac36
commit
1e259deda2
|
@ -1,8 +1,8 @@
|
|||
2007-03-08 David Turner <david@freetype.org>
|
||||
|
||||
* src/base/ftutil.c (ft_mem_strcpyn): fix a silly bug that prevented
|
||||
the function to work properly, over-writing user-provided buffers in
|
||||
some cases. Doh !
|
||||
* src/base/ftutil.c (ft_mem_strcpyn): Fix a bug that prevented the
|
||||
function to work properly, over-writing user-provided buffers in
|
||||
some cases. Reported by James Cloos <cloos@jhcloos.com>.
|
||||
|
||||
2007-03-05 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
|
|
|
@ -922,7 +922,7 @@
|
|||
*/
|
||||
|
||||
/* Since the `interesting' table, with IDs (3,10), is normally the */
|
||||
/* last one, we loop backwards. This looses with type1 fonts with */
|
||||
/* last one, we loop backwards. This loses with type1 fonts with */
|
||||
/* non-BMP characters (<.0001%), this wins with .ttf with non-BMP */
|
||||
/* chars (.01% ?), and this is the same about 99.99% of the time! */
|
||||
|
||||
|
|
Loading…
Reference in New Issue