mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 12:04:51 +00:00
Fix previous fix.
svn path=/trunk/; revision=26330
This commit is contained in:
parent
abe25cf75b
commit
c6079e7909
1 changed files with 1 additions and 1 deletions
|
@ -492,7 +492,7 @@ MapWndProc(HWND hwnd,
|
|||
|
||||
case FM_GETCHAR:
|
||||
{
|
||||
if (!infoPtr->pActiveCell) return NULL;
|
||||
if (!infoPtr->pActiveCell) return 0;
|
||||
return infoPtr->pActiveCell->ch;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue