From 91afbebb0590f1f8a533ba506ca830f8e15dd980 Mon Sep 17 00:00:00 2001 From: cristy Date: Thu, 18 Apr 2013 16:03:06 +0000 Subject: [PATCH] --- MagickCore/random.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.40.0