]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Thu, 18 Apr 2013 16:03:06 +0000 (16:03 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Thu, 18 Apr 2013 16:03:06 +0000 (16:03 +0000)
MagickCore/random.c

index 4cdf9f8fcac15b8e4a204067f2a801380d4de28a..449c1c0a120463a5d8932a75ab44d6c24339683f 100644 (file)
@@ -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);