fixed issue 74 for trunk
authorMickael Savinaud <savmickael@users.noreply.github.com>
Mon, 25 Jul 2011 07:31:52 +0000 (07:31 +0000)
committerMickael Savinaud <savmickael@users.noreply.github.com>
Mon, 25 Jul 2011 07:31:52 +0000 (07:31 +0000)
CHANGES
applications/codec/convert.c

diff --git a/CHANGES b/CHANGES
index 8b8b45243541469233456ea910160d53c9542c7a..867e35323084a97721728d3ef2b08d12bf0da559 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -8,6 +8,9 @@ What's New for OpenJPEG
 July 22, 2011
 ! [mickael] correct some troubles about thirdparty when they are used
 
+July 25, 2011
+* fixed issue 74 for trunk
+
 July 21, 2011
 ! [mickael] correct a compil error linked to getopt with win platform
 !+ [mickael] add new decode tests based on conformance data and tolerance. Non regression is also added on the decoder output. Deactivate old tests.
index 8ca54a4f8c6112ddbac51c0bb1f2eabac408ea55..537f9c609db3faaacf030f30bb205e9e86020859 100644 (file)
@@ -458,7 +458,7 @@ opj_image_t* bmptoimage(const char *filename, opj_cparameters_t *parameters)
 
        if(Info_h.biSize != 40)
    {
-       fprintf(stderr,"Error, unknown BMP header size %d\n", Info_h.biSize);
+       fprintf(stderr,"Error, unknown BMP header size %ld\n", Info_h.biSize);
        fclose(IN);
        return NULL;
    }