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

(-)src/main.c (-1 / +1 lines)
Lines 742-748 Link Here
742
	ctm = localtime(&ct);
742
	ctm = localtime(&ct);
743
	strftime(time_string, size, format, ctm); /*"%l:%M %p %Z", ctm);*/
743
	strftime(time_string, size, format, ctm); /*"%l:%M %p %Z", ctm);*/
744
	if (time_string == NULL) return NULL;
744
	if (time_string == NULL) return NULL;
745
	free(ctm);
745
//	free(ctm);
746
	return time_string;
746
	return time_string;
747
}
747
}
748
748

Return to bug 107165