mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
add a reminder note to fix the check.
svn path=/trunk/; revision=21368
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user