diff options
| author | Paul Eggert | 2011-06-18 09:19:18 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-06-18 09:19:18 -0700 |
| commit | b02c740e9d1d9669b34cac8ff093005404da41ef (patch) | |
| tree | f31e7002dd2a2bc4fc88af9d7d63c7ca55a91f80 /src/ChangeLog | |
| parent | ebc96716caba6515eb7bd74cca252e1a36d6c99b (diff) | |
| download | emacs-b02c740e9d1d9669b34cac8ff093005404da41ef.tar.gz emacs-b02c740e9d1d9669b34cac8ff093005404da41ef.zip | |
* ftfont.c (ftfont_shape_by_flt): Use signed integers for lengths.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 360027cfa4d..fdf145d7d95 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2011-06-18 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-06-18 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * ftfont.c (ftfont_shape_by_flt): Use signed integers for lengths. | ||
| 4 | |||
| 3 | * font.c (Ffont_shape_gstring): Don't assume glyph len fits in 'int'. | 5 | * font.c (Ffont_shape_gstring): Don't assume glyph len fits in 'int'. |
| 4 | 6 | ||
| 5 | * fns.c (Ffillarray): Don't assume bool vector size fits in 'int'. | 7 | * fns.c (Ffillarray): Don't assume bool vector size fits in 'int'. |