fixed issue 74 for trunk

This commit is contained in:
Mickael Savinaud
2011-07-25 07:31:52 +00:00
parent 06363c01e4
commit a7f08e9b36
2 changed files with 4 additions and 1 deletions

View 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;
}