Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 276204
Collapse All | Expand All

(-)twittare-0.7.42~orig/src/binreloc.cpp (-1 / +2 lines)
Lines 741-747 Link Here
741
char *
741
char *
742
br_dirname (const char *path)
742
br_dirname (const char *path)
743
{
743
{
744
	char *end, *result;
744
	const char *end;
745
	char *result;
745
746
746
	if (path == (const char *) NULL)
747
	if (path == (const char *) NULL)
747
		return (char *) NULL;
748
		return (char *) NULL;

Return to bug 276204