From: cristy Date: Thu, 18 Apr 2013 16:03:06 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~3854 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=91afbebb0590f1f8a533ba506ca830f8e15dd980;p=imagemagick --- diff --git a/MagickCore/random.c b/MagickCore/random.c index 4cdf9f8fc..449c1c0a1 100644 --- a/MagickCore/random.c +++ b/MagickCore/random.c @@ -460,7 +460,7 @@ static StringInfo *GenerateEntropicChaos(RandomInfo *random_info) #endif if (file != -1) (void) close(file); - (void) ShredFile(filename); + (void) remove_utf8(filename); SetStringInfoLength(chaos,strlen(filename)); SetStringInfoDatum(chaos,(unsigned char *) filename); ConcatenateStringInfo(entropy,chaos);