diff options
| author | Mickael Savinaud <savmickael@users.noreply.github.com> | 2011-07-25 07:31:52 +0000 |
|---|---|---|
| committer | Mickael Savinaud <savmickael@users.noreply.github.com> | 2011-07-25 07:31:52 +0000 |
| commit | a7f08e9b36fbdc87c7a51a3c83879531f30405eb (patch) | |
| tree | ee75c078b1fb8cb20aa4bf13abd1b2f52e4131be /applications/codec/convert.c | |
| parent | 06363c01e4beb4e5a046554ebbcf774dfa45bfb5 (diff) | |
fixed issue 74 for trunk
Diffstat (limited to 'applications/codec/convert.c')
| -rw-r--r-- | applications/codec/convert.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/codec/convert.c b/applications/codec/convert.c index 8ca54a4f..537f9c60 100644 --- a/applications/codec/convert.c +++ b/applications/codec/convert.c @@ -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; } |
