~profzoom/wmaker/next

Viewing all changes in revision 3732.

  • Committer: Carlos R. Mafra
  • Author(s): Doug Torrance
  • Date: 2020-04-19 06:58:28 UTC
  • Revision ID: git-v1:3022edd060cef498b957dde02ed38617cc01226b
wrlib: Fix typo in macro containing ImageMagick version

It's USE_MAGICK, not USE_MAGIC.  Also, we wrap the if/else statement
in an ifdef.  This doesn't really affect anything since load_magick.c
won't be compiled if USE_MAGICK is undefined because of an if statement
in the Makefile.  But in the off chance that it is somehow, then we will
try to load a nonexistent version 6 header file since USE_MAGICK will
be interprested as 0 and 0 < 7 is true.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: