Changeset 14717


Ignore:
Timestamp:
Sep 2, 2000, 10:31:23 AM (25 years ago)
Author:
sandervl
Message:

corrected log call

File:
1 edited

Legend:

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

    r14435 r14717  
    1 /* $Id: region.cpp,v 1.10 2000-07-19 19:05:06 sandervl Exp $ */
     1/* $Id: region.cpp,v 1.11 2000-09-02 08:31:23 sandervl Exp $ */
    22
    33/*
     
    622622    else lComplexity = RGN_NULL;
    623623
    624     dprintf(("GetClipRgn %x %x returned %d", hdc, hrgn, lComplexity == RGN_NULL));
     624    dprintf(("GetClipRgn %x %x returned %d", hdc, hrgn, lComplexity != RGN_NULL));
    625625    SetLastError(ERROR_SUCCESS_W);
    626626    if(lComplexity == RGN_NULL)
Note: See TracChangeset for help on using the changeset viewer.