Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 7244 → Rev 7245

/programs/cmm/eolite/Eolite.c
162,7 → 162,7
 
if (param)
{
if (strlen(#param)>1) && (param[strlen(#param)-1]=='/') param[strlen(#param)-1]=NULL; //no "/" in the end
if (strlen(#param)>1) && (param[strlen(#param)-1]=='/') param[strlen(#param)-1]=NULL; //no "/" at the end
 
if (dir_exists(#param)==true)
{