From aacbfdb8c59f33570c32ce49cf9149ad7a571a23 Mon Sep 17 00:00:00 2001 From: cristy Date: Tue, 4 Mar 2014 12:39:39 +0000 Subject: [PATCH] --- coders/psd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coders/psd.c b/coders/psd.c index 28a36c8c9..a34a60312 100644 --- a/coders/psd.c +++ b/coders/psd.c @@ -2697,7 +2697,7 @@ static MagickBooleanType WritePSDImage(const ImageInfo *image_info,Image *image, (void) WriteBlobMSBLong(image,16); (void) WriteBlobMSBLong(image,0); (void) WriteBlobMSBLong(image,0); - (void) FormatLocaleString(layer_name,MaxTextExtent,"L%06ld",(long) + (void) FormatLocaleString(layer_name,MaxTextExtent,"L%03ld",(long) layer_count++); WritePascalString(image,layer_name,4); } -- 2.50.1