Changeset 10367 for trunk/src/gdi32


Ignore:
Timestamp:
Dec 29, 2003, 1:03:32 PM (22 years ago)
Author:
sandervl
Message:

bug fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gdi32/text.cpp

    r10365 r10367  
    1 /* $Id: text.cpp,v 1.37 2003-12-29 11:54:54 sandervl Exp $ */
     1/* $Id: text.cpp,v 1.38 2003-12-29 12:03:32 sandervl Exp $ */
    22
    33/*
     
    513513    if( IsDBCSEnv() && alpDx ) /* index of alpDx between ansi and wide may not match in DBCS !!! */
    514514    {
    515         LPINT alpDxNew = ( LPINT )HeapAlloc( GetProcessHeap(), 0, *lpnFit );
     515        LPINT alpDxNew = ( LPINT )HeapAlloc( GetProcessHeap(), 0, sizeof( alpDx[ 0 ] )*lpnFit );
    516516        int i, j;
    517517
Note: See TracChangeset for help on using the changeset viewer.