mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
Fix previous fix.
svn path=/trunk/; revision=26330
This commit is contained in:
@@ -492,7 +492,7 @@ MapWndProc(HWND hwnd,
|
||||
|
||||
case FM_GETCHAR:
|
||||
{
|
||||
if (!infoPtr->pActiveCell) return NULL;
|
||||
if (!infoPtr->pActiveCell) return 0;
|
||||
return infoPtr->pActiveCell->ch;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user