commit | c1acd8495db5b00e9ced313e86dfdbe8c60c111d | [log] [tgz] |
---|---|---|
author | cristy <urban-warrior@git.imagemagick.org> | Thu May 19 23:05:47 2011 +0000 |
committer | cristy <urban-warrior@git.imagemagick.org> | Thu May 19 23:05:47 2011 +0000 |
tree | 4a7a30d0beff5da649394e96ac95e0cbf6f7d4ef | |
parent | 5d0cd95de10434edc11634acfd5ce35808428557 [diff] [blame] |
diff --git a/coders/jbig.c b/coders/jbig.c index db4339a..96185f5 100644 --- a/coders/jbig.c +++ b/coders/jbig.c
@@ -443,7 +443,7 @@ status=OpenBlob(image_info,image,WriteBinaryBlobMode,&image->exception); if (status == MagickFalse) return(status); - version=LocaleToDouble(JBG_VERSION,(char **) NULL); + version=InterpretLocaleValue(JBG_VERSION,(char **) NULL); scene=0; do {