mirror of
https://github.com/lovell/sharp.git
synced 2026-02-09 08:06:14 +01:00
Upgrade to libvips 8.10.0-beta2
This commit is contained in:
@@ -243,7 +243,7 @@ namespace sharp {
|
||||
imageType = ImageType::MAGICK;
|
||||
}
|
||||
} else {
|
||||
if (EndsWith(vips::VError().what(), " not found\n")) {
|
||||
if (EndsWith(vips::VError().what(), " does not exist\n")) {
|
||||
imageType = ImageType::MISSING;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user