From: cristy Date: Wed, 9 Nov 2011 14:50:15 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~6667 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c0f1ed139581fbc6f0200243db6ccd87532e1644;p=imagemagick --- diff --git a/MagickCore/string.c b/MagickCore/string.c index 04c4d48d7..eb0eaa685 100644 --- a/MagickCore/string.c +++ b/MagickCore/string.c @@ -1388,7 +1388,7 @@ MagickExport double InterpretSiPrefixValue(const char *restrict string, } } } - if ((*q == 'b') || (*q == 'B')) + if (*q == 'B') q++; } if (sentinal != (char **) NULL)