Package: exif
Version: 0.6.9-5
Severity: normal
Tags: patch
"exif --remove" doesn't work unless you specify an IFD and a tag; but,
if a tag is specified, "--remove" is ignored and it just displays that
tag's content.
Please apply the following patch:
======================================================================
--- exif-0.6.9.orig/exif/main.c
+++ exif-0.6.9/exif/main.c
@@ -385,7 +385,7 @@
if (list_tags) {
action_tag_table (*args, ed);
- } else if (tag && !set_value) {
+ } else if (tag && !set_value && !remove_tag) {
if ((ifd >= EXIF_IFD_0) &&
(ifd < EXIF_IFD_COUNT)) {
e = exif_content_get_entry (
======================================================================
Thanks,
--
.+'''+. .+'''+. .+'''+. .+'''+. .+''
Juan Cespedes / \ / \ [EMAIL PROTECTED]
.+' `+...+' `+...+' `+...+' `+...+'
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]