Fix 'Out of memory' message on machines with more than 4Gb free RAM (issue 182)

git-svn-id: svn://pulkomandy.tk/GrafX2/branches/release@880 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud 2009-06-20 19:08:13 +00:00
parent cc4e60954f
commit 164b538725

View File

@ -414,7 +414,7 @@ int New_page_is_possible(
T_List_of_pages * secondary_list
)
{
unsigned long mem_available_now;
long long mem_available_now;
unsigned long current_list_size;
unsigned long spare_list_size;
unsigned long current_page_size;