Fix Savannah bug #38589.

* src/bdf/bdflib.c (_bdf_readstream): Thinko.
This commit is contained in:
Werner Lemberg 2013-04-03 07:37:56 +02:00
parent 2f7ccb2399
commit 04e547bd2c
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2013-04-03 Werner Lemberg <wl@gnu.org>
Fix Savannah bug #38589.
* src/bdf/bdflib.c (_bdf_readstream): Thinko.
2013-03-31 Werner Lemberg <wl@gnu.org>
* configure: Use egrep, not grep.

View File

@ -754,7 +754,7 @@
{
bytes = avail - start;
FT_MEM_COPY( buf, buf + start, bytes );
FT_MEM_MOVE( buf, buf + start, bytes );
cursor = bytes;
avail -= bytes;