Changeset 150


Ignore:
Timestamp:
Jun 21, 1999, 8:59:21 PM (26 years ago)
Author:
phaller
Message:

Fix: Crash in GDI32:GetTextExtentExA with OPENCHAT.EXE

File:
1 edited

Legend:

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

    r136 r150  
    1 /* $Id: gdi32.cpp,v 1.6 1999-06-20 18:17:31 buerkle Exp $ */
     1/* $Id: gdi32.cpp,v 1.7 1999-06-21 18:59:21 phaller Exp $ */
    22
    33/*
     
    24212421    }
    24222422    size->cx = extent;
    2423     *lpnFit = nFit;
     2423
     2424    if (lpnFit != NULL)  // check if result is desired
     2425      *lpnFit = nFit;
    24242426
    24252427    dprintf(("GDI32: GetTextExtendExPointA(%08x '%.*s' %d) returning %d %d %d\n",
Note: See TracChangeset for help on using the changeset viewer.