changeset 31219:ad9822dedef8

maint: merge stable to default
author Rik <rik@octave.org>
date Tue, 30 Aug 2022 15:25:13 -0700
parents 1469658f769b (current diff) a33a9c87220b (diff)
children f5755dbacd8d
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/image/imformats.m	Tue Aug 30 18:27:00 2022 +0200
+++ b/scripts/image/imformats.m	Tue Aug 30 15:25:13 2022 -0700
@@ -289,7 +289,7 @@
   bool = false;
   try
     info = __magick_ping__ (filename, 1);
-    bool = strcmp (coder, info.Format);
+    bool = strcmp (coder, info.format);
   end_try_catch
 
 endfunction