commit | be469dc73427901eb3d989dc71a8e126047d4b51 | [log] [tgz] |
---|---|---|
author | cristy <urban-warrior@git.imagemagick.org> | Sat Oct 15 15:32:24 2011 +0000 |
committer | cristy <urban-warrior@git.imagemagick.org> | Sat Oct 15 15:32:24 2011 +0000 |
tree | 37770b8ad779f45d5fd2150625a399c50c8bfac2 | |
parent | 6613bf3ff41a27822bb38c9842cc5c11f4ccb3fe [diff] [blame] |
diff --git a/MagickCore/string-private.h b/MagickCore/string-private.h index b3dd2e1..6e4308c 100644 --- a/MagickCore/string-private.h +++ b/MagickCore/string-private.h
@@ -31,6 +31,9 @@ scale, value; + /* + Interpret string with International System of Units (SI) unit prefix. + */ value=InterpretLocaleValue(string,&q); scale=1000.0; if ((*q != '\0') && (tolower((int) ((unsigned char) *(q+1))) == 'i'))