Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 3466 → Rev 3467

/programs/cmm/lib/file_system.h
167,7 → 167,7
{
BDVK fpath_atr;
GetFileInfo(fpath, #fpath_atr);
if (TestBit(fpath_atr.attr, 4)==1) return 1; else return 0;
if ( $test fpath_atr.attr, 4 ) return 1; else return 0;
}
:int GetFile(dword buf, filesize, read_path)
{