Subversion Repositories Kolibri OS

Rev

Rev 6698 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6698 Rev 6735
Line 276... Line 276...
276
	{
276
	{
277
		strcpy(#absolute_path, relative_path);
277
		strcpy(#absolute_path, relative_path);
278
	}
278
	}
279
	else
279
	else
280
	{
280
	{
281
		strcpy(#absolute_path, #program_path);
281
		strcpy(#absolute_path, I_Path);
282
		absolute_path[strrchr(#absolute_path, '/')] = '\0';
282
		absolute_path[strrchr(#absolute_path, '/')] = '\0';
283
		strcat(#absolute_path, relative_path);
283
		strcat(#absolute_path, relative_path);
284
	}
284
	}
285
	return #absolute_path;
285
	return #absolute_path;
286
}
286
}