From 1a906eccde9aa60b87cf71d92c5ff6df6aa2ade0 Mon Sep 17 00:00:00 2001 From: Cristy Date: Wed, 28 Nov 2018 19:55:02 -0500 Subject: [PATCH] ... --- MagickCore/blob.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MagickCore/blob.c b/MagickCore/blob.c index 6f569959c..71279e689 100644 --- a/MagickCore/blob.c +++ b/MagickCore/blob.c @@ -1740,7 +1740,7 @@ MagickExport void GetBlobInfo(BlobInfo *blob_info) blob_info->type=UndefinedStream; blob_info->quantum=(size_t) MagickMaxBlobExtent; blob_info->properties.st_mtime=time((time_t *) NULL); - blob_info->properties.st_ctime=time((time_t *) NULL); + blob_info->properties.st_ctime=blob_info->properties.st_mtime; blob_info->debug=IsEventLogging(); blob_info->reference_count=1; blob_info->semaphore=AcquireSemaphoreInfo(); -- 2.40.0