Fix previous fix.

svn path=/trunk/; revision=26330
This commit is contained in:
Dmitry Gorbachev 2007-04-13 14:57:36 +00:00
parent abe25cf75b
commit c6079e7909

View file

@ -492,7 +492,7 @@ MapWndProc(HWND hwnd,
case FM_GETCHAR:
{
if (!infoPtr->pActiveCell) return NULL;
if (!infoPtr->pActiveCell) return 0;
return infoPtr->pActiveCell->ch;
}