char
message[MagickPathExtent];
- (void) FormatLocaleString(message,MagickPathExtent,"%s:%s",format,filename);
+ (void) FormatLocaleString(message,MagickPathExtent,"%s:%s",format,
+ filename);
(void) CopyMagickString(filename,message,MagickPathExtent);
return;
}
GetPathComponent(filename,RootPath,root);
(void) CopyMagickString(filename,root,MagickPathExtent);
GetPathComponent(filename,RootPath,root);
- (void) FormatLocaleString(filename,MagickPathExtent,"%s.%s.%s",root,format,
- extension);
+ (void) FormatLocaleString(filename,MagickPathExtent,"%s.%s.%s",root,
+ format,extension);
return;
}
GetPathComponent(filename,RootPath,root);
#if defined(MAGICKCORE_HAVE_GETPID) && defined(MAGICKCORE_HAVE_READLINK) && defined(PATH_MAX)
{
char
- link_path[MagickPathExtent],
- execution_path[PATH_MAX+1];
+ execution_path[PATH_MAX+1],
+ link_path[MagickPathExtent];
ssize_t
count;