From: cristy Date: Tue, 4 Mar 2014 12:39:39 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~2621 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aacbfdb8c59f33570c32ce49cf9149ad7a571a23;p=imagemagick --- 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); }