Changeset 99 for trunk/orca/gl

Show
Ignore:
Timestamp:
03/25/06 18:37:33 (3 years ago)
Author:
krobillard
Message:

Replaced memset with memSet.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/orca/gl/ttf_load.c

    r86 r99  
    385385 
    386386    /* Clear bitmap */ 
    387     memset( img->buffer, 0, img->rows * img->pitch ); 
     387    memSet( img->buffer, 0, img->rows * img->pitch ); 
    388388 
    389389