summaryrefslogtreecommitdiff
path: root/codec/image_to_j2k.c
diff options
context:
space:
mode:
authorFrancois-Olivier Devaux <fodevaux@users.noreply.github.com>2007-12-10 13:16:01 +0000
committerFrancois-Olivier Devaux <fodevaux@users.noreply.github.com>2007-12-10 13:16:01 +0000
commit26606c71c8a5c3a79f9e371e1c0ddfcb800b77df (patch)
treea44d6c989e1e143b8420b737b0aa46745bcdca34 /codec/image_to_j2k.c
parente06bcd027f860f2d62c5419dab14a975eecae7c9 (diff)
First import of JAVAOpenJPEG, a Java wrapper of OpenJPEG, developed by Patrick Piscaglia of Telemis (www.telemis.com). Thank you Patrick for this new module !
Diffstat (limited to 'codec/image_to_j2k.c')
-rw-r--r--codec/image_to_j2k.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/codec/image_to_j2k.c b/codec/image_to_j2k.c
index f505e997..7fbd5a8a 100644
--- a/codec/image_to_j2k.c
+++ b/codec/image_to_j2k.c
@@ -1692,7 +1692,7 @@ int main(int argc, char **argv) {
if (*indexfilename) {
bSuccess = write_index_file(&cstr_info, indexfilename);
if (bSuccess) {
- fprintf(stderr, "Failed to output index file\n");
+ fprintf(stderr, "Failed to output index file into [%s]\n", indexfilename);
}
}