Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 209490 | Differences between
and this patch

Collapse All | Expand All

(-)src/plugins/metadata_magickwand.c (-1 / +1 lines)
Lines 42-46 Link Here
42
	if(dateLen > 0)
42
	if(dateLen > 0)
43
	{
43
	{
44
	    *dateMetadata = (char*)relloc(*dateMetadata, (dateLen + 1) * sizeof(char));
44
	    *dateMetadata = (char*)realloc(*dateMetadata, (dateLen + 1) * sizeof(char));
45
	    strcpy(*dateMetadata, date);
45
	    strcpy(*dateMetadata, date);
46
	    
46
	    

Return to bug 209490