summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2015-02-22 20:41:03 +0100
committerWerner Lemberg <wl@gnu.org>2015-02-22 20:41:03 +0100
commit22b1d5ca6772b155eaad79b0e0b406e308bd0d86 (patch)
tree49cbd086988135c21c80741b5ba18f11581d41c7 /ChangeLog
parentca96fe01fa7687d43c062f5d48cf8fa919170be4 (diff)
downloadfreetype2-22b1d5ca6772b155eaad79b0e0b406e308bd0d86.tar.gz
[pshinter] Fix thinko.
* src/pshinter/pshalgo.c (psh_glyph_find_strong_points): Correctly check `count'. Bug introduced two commits earlier.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e832dbf5f..c06a10ecf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2015-02-22 Werner Lemberg <wl@gnu.org>
+ [pshinter] Fix thinko.
+
+ * src/pshinter/pshalgo.c (psh_glyph_find_strong_points): Correctly
+ check `count'.
+ Bug introduced two commits earlier.
+
+2015-02-22 Werner Lemberg <wl@gnu.org>
+
[raster] Signedness fixes.
* src/raster/ftraster.c, src/raster/ftrend1.c: Apply.