Eolite delete debug information

git-svn-id: svn://kolibrios.org@2032 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Kirill Lipatov (Leency) 2011-07-30 15:35:46 +00:00
parent da8ee5f81f
commit 5950c21230

View File

@ -272,12 +272,8 @@ int pressed_y;
break;
default:
//FOR (i=curbtn+za_kadrom+1; i<count; i++)
WriteDebug(IntToStr(curbtn));
WriteDebug(IntToStr(za_kadrom));
WriteDebug(IntToStr(count));
for (i=curbtn+za_kadrom+1; i<count; i++)
{
WriteDebug(IntToStr(i));
copystr(file_mas[i]*304+buf+72,#temp);
AL=DSBYTE[#temp];
IF(AL>='A')&&(AL<='Z')DSBYTE[#temp]=AL|0x20;
@ -463,7 +459,7 @@ void Open_Dir(dword temp_, redraw){
errornum=ReadDir(0, buf, #path_);
if (errornum<>0) //îøèáêà ïðè ÷òåíèè ïàïêè
{
WriteDebug(#path_);
//WriteDebug(#path_);
Write_Debug_Error(errornum);
HistoryPath(add_new_path);
GoBack();