Ignore:
Timestamp:
Jan 14, 2004, 5:53:25 PM (22 years ago)
Author:
sandervl
Message:

logging fix

File:
1 edited

Legend:

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

    r10391 r10392  
    1 /* $Id: text.cpp,v 1.41 2004-01-14 11:07:35 sandervl Exp $ */
     1/* $Id: text.cpp,v 1.42 2004-01-14 16:53:25 sandervl Exp $ */
    22
    33/*
     
    463463   pDCData    pHps = (pDCData)OSLibGpiQueryDCData((HPS)hdc);
    464464
    465    dprintf(("GDI32: GetTextExtentPointW %ls", lpString));
     465   dprintf(("GDI32: GetTextExtentPointW %.*ls", cbString, lpString));
    466466   if(pHps == NULL)
    467467   {
Note: See TracChangeset for help on using the changeset viewer.