We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d35dd5c commit ae2ed9cCopy full SHA for ae2ed9c
src/MagickBaseConfig.cpp
@@ -25,7 +25,7 @@ void MagickBaseConfig::write(const Options &options)
25
if (!configIn)
26
throwException(L"Unable to open magick-baseconfig.h.in");
27
28
- const auto directory=options.rootDirectory + L"\\ImageMagick\\" + options.magickCoreName();
+ const auto directory=options.rootDirectory + L"ImageMagick\\" + options.magickCoreName();
29
wofstream configOut(directory + L"\\magick-baseconfig.h");
30
if (!configOut)
31
throwException(L"Unable to open magick-baseconfig.h");
0 commit comments