Commit 9aa748cb authored by Rein Klazes's avatar Rein Klazes Committed by Alexandre Julliard

Added error message in LOCAL_GetBlock().

parent 5d6aacc1
......@@ -909,6 +909,8 @@ notify_done:
if ((pInfo->notify) && (LOCAL_CallTo16_word_www(pInfo->notify, LN_OUTOFMEM, ds - 20, size))) /* FIXME: "size" correct ? (should indicate bytes needed) */
goto notify_done;
#endif
ERR( "not enough space in %s heap %04x for %d bytes\n",
get_heap_name(ds), ds, size );
return 0;
}
ptr = MapSL( MAKESEGPTR( ds, 0 ) );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment