]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Wed, 9 Nov 2011 14:50:15 +0000 (14:50 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Wed, 9 Nov 2011 14:50:15 +0000 (14:50 +0000)
MagickCore/string.c

index 04c4d48d79ed58aa24450f329fa022666ce895b2..eb0eaa685f93e263080385295550853441ca890c 100644 (file)
@@ -1388,7 +1388,7 @@ MagickExport double InterpretSiPrefixValue(const char *restrict string,
                 }
             }
         }
-      if ((*q == 'b') || (*q == 'B'))
+      if (*q == 'B')
         q++;
     }
   if (sentinal != (char **) NULL)