/[freetype]/freetype2/builds/amiga/src/base/ftsystem.c
ViewVC logotype

Diff of /freetype2/builds/amiga/src/base/ftsystem.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8 by wl, Fri Mar 25 22:18:01 2005 UTC revision 1.9 by wl, Sat Mar 26 22:57:57 2005 UTC
# Line 4  Line 4 
4  /*                                                                         */  /*                                                                         */
5  /*    Amiga-specific FreeType low-level system interface (body).           */  /*    Amiga-specific FreeType low-level system interface (body).           */
6  /*                                                                         */  /*                                                                         */
7  /*  Copyright 1996-2001, 2002 by                                           */  /*  Copyright 1996-2001, 2002, 2005 by                                     */
8  /*  David Turner, Robert Wilhelm, and Werner Lemberg.                      */  /*  David Turner, Robert Wilhelm, and Werner Lemberg.                      */
9  /*                                                                         */  /*                                                                         */
10  /*  This file is part of the FreeType project, and may only be used,       */  /*  This file is part of the FreeType project, and may only be used,       */
# Line 349  Free_VecPooled( APTR  poolHeader, Line 349  Free_VecPooled( APTR  poolHeader,
349              ULONG bufsize;              ULONG bufsize;
350    
351              bufsize = ( read_bytes > IOBUF_SIZE ) ? IOBUF_SIZE : read_bytes;              bufsize = ( read_bytes > IOBUF_SIZE ) ? IOBUF_SIZE : read_bytes;
352              sysfile->iobuf_end = offset + read_bytes - bufsize;              sysfile->iobuf_end = offset + read_bytes;
353              sysfile->iobuf_start = sysfile->iobuf_end - bufsize;              sysfile->iobuf_start = sysfile->iobuf_end - bufsize;
354              CopyMem( &buffer[read_bytes - bufsize] , sysfile->iobuf, bufsize );              CopyMem( &buffer[read_bytes - bufsize] , sysfile->iobuf, bufsize );
355            }            }

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26