Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 6562 → Rev 6563

/programs/cmm/lib/file_system.h
299,7 → 299,7
}
:dword notify(dword notify_param)
{
return RunProgram("@notify", notify_param);
return RunProgram("/sys/@notify", notify_param);
}
:dword ConvertSizeToKb(unsigned int bytes)
{