diff --git a/programs/cmm/eolite/compile_ru.bat b/programs/cmm/eolite/compile_ru.bat index 85fcc7a814..716abb4bdd 100644 --- a/programs/cmm/eolite/compile_ru.bat +++ b/programs/cmm/eolite/compile_ru.bat @@ -6,7 +6,7 @@ cls c-- Eolite.c rem @kpack Eolite.com @rename Eolite.com Eolite -kpack eolite + @del warning.txt @del lang.h-- @pause \ No newline at end of file diff --git a/programs/cmm/eolite/include/copy.h b/programs/cmm/eolite/include/copy.h index 4998a5127e..ef27ccb1ed 100644 --- a/programs/cmm/eolite/include/copy.h +++ b/programs/cmm/eolite/include/copy.h @@ -46,8 +46,8 @@ void Copy(dword pcth, char cut) void Paste() { - copy_stak = malloc(20000); - CreateThread(#PasteThread,copy_stak+20000-4); + copy_stak = malloc(64000); + CreateThread(#PasteThread,copy_stak+64000-4); } void PasteThread() diff --git a/programs/cmm/eolite/include/fs.h b/programs/cmm/eolite/include/fs.h index 1ded99f33d..7b06a4a353 100644 --- a/programs/cmm/eolite/include/fs.h +++ b/programs/cmm/eolite/include/fs.h @@ -10,9 +10,10 @@ void DirFileCount(dword way) cur_file = malloc(4096); // In the process of recursive descent, memory must be allocated dynamically, because the static memory -> was a bug !!! But unfortunately pass away to sacrifice speed. GetDir(#dirbuf, #fcount, way, DIRS_ONLYREAL); + filename = dirbuf+72; for (i=0; i