Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristy committed May 9, 2021
1 parent 94026fb commit a5fec66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magick/method-attribute.h
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ extern "C" {
#define MagickCoreSignature 0xabacadabUL
#define MagickSignature MagickCoreSignature
#if !defined(MaxTextExtent)
# define MaxTextExtent 4096 /* always >= 4096 */
# define MaxTextExtent 4096 /* always >= max(4096,PATH_MAX) */
#endif

#if defined(MAGICKCORE_HAVE___ATTRIBUTE__)
Expand Down

0 comments on commit a5fec66

Please sign in to comment.