From: dirk Date: Sat, 31 Jan 2015 17:29:00 +0000 (+0000) Subject: Fixed setting the wrong member. X-Git-Tag: 7.0.1-0~1336 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1723755555721a4f099b6d4e691de1114cdee5e5;p=imagemagick Fixed setting the wrong member. --- diff --git a/Magick++/lib/Options.cpp b/Magick++/lib/Options.cpp index 040799d08..0239e5ff0 100644 --- a/Magick++/lib/Options.cpp +++ b/Magick++/lib/Options.cpp @@ -339,7 +339,7 @@ void Magick::Options::magick(const std::string &magick_) { if (magick_.empty()) { - _imageInfo->filename[0] = '\0'; + _imageInfo->magick[0] = '\0'; return; }