Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 6734 → Rev 6735

/programs/cmm/lib/file_system.h
278,7 → 278,7
}
else
{
strcpy(#absolute_path, #program_path);
strcpy(#absolute_path, I_Path);
absolute_path[strrchr(#absolute_path, '/')] = '\0';
strcat(#absolute_path, relative_path);
}