Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 5832 → Rev 5833

/programs/cmm/eolite/Eolite.c
52,6 → 52,7
 
byte
path[4096],
DefaultPath[4096],
file_path[4096],
file_name[256],
new_element_name[256],
123,10 → 124,7
strcpy(#path, #param);
if (path[strlen(#path)-1]!='/') chrcat(#path, '/'); //add "/" to the end of the string
}
else
{
strlcpy(#path, "/rd/1/", 6);
}
Open_Dir(#path,ONLY_OPEN);
strcpy(#inactive_path, #path);
llist_copy(#files_inactive, #files);