Ignore:
Timestamp:
Oct 7, 1999, 5:44:15 PM (26 years ago)
Author:
cbratschi
Message:

GetCaretPos() NULL pointer fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/caret.cpp

    r1094 r1168  
    1 /* $Id: caret.cpp,v 1.4 1999-09-29 09:31:18 dengert Exp $ */
     1/* $Id: caret.cpp,v 1.5 1999-10-07 15:44:15 cbratschi Exp $ */
    22
    33/*
     
    205205         if (wnd && wnd->isOwnDC())
    206206            hps = wnd->getOwnDC();
     207         else
     208         {
     209           SetFS(sel);
     210           return FALSE;
     211         }
    207212
    208213         POINTL caretPos = {cursorInfo.x,cursorInfo.y} ;
Note: See TracChangeset for help on using the changeset viewer.