parent
2f7ccb2399
commit
04e547bd2c
@ -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.
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user