Tk Library Source Code

Artifact [1c9c2fe265]
Login

Artifact 1c9c2fe26572073a60b2e948be7a19c07390d103:

Attachment "diff" to ticket [939532ffff] added by pascalscheffers 2004-04-22 02:21:40.
--- exif.tcl.~1.10.~	2004-01-25 08:29:39.000000000 +0100
+++ exif.tcl	2004-04-21 21:18:22.000000000 +0200
@@ -392,7 +392,7 @@
 		set result(JpegIFByteCount) $value
 		debug "bytecount = $value"
             } else {
-                error "Unrecognized EXIF Tag: $tag (0x[string toupper [format %x $tag]])"
+                debug "Unrecognized EXIF Tag: $tag (0x[string toupper [format %x $tag]])"
             }
         }
     }