Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 3467 → Rev 3877

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