mirror of
https://github.com/reactos/reactos.git
synced 2024-10-31 20:02:55 +00:00
add a reminder note to fix the check.
svn path=/trunk/; revision=21368
This commit is contained in:
parent
05ddf03004
commit
e7cd66298d
|
@ -92,6 +92,7 @@ InitEditWnd(PEDIT_WND_INFO Info)
|
|||
NULL);
|
||||
|
||||
if ( bSuccess && (BytesRead == sizeof(BITMAPFILEHEADER))
|
||||
/* FIXME: Why is this failing?? */
|
||||
/*&& (bmfh.bfType == *(WORD *)_T("BM"))*/)
|
||||
{
|
||||
InfoSize = bmfh.bfOffBits - sizeof(BITMAPFILEHEADER);
|
||||
|
|
Loading…
Reference in a new issue