|
Bugzilla – Full Text Bug Listing |
| Summary: | libexif broken since Preview3 | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Thorsten Kukuk <kukuk> |
| Component: | Development | Assignee: | Marcus Meissner <meissner> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Critical | ||
| Priority: | P5 - None | ||
| Version: | Beta 3 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | All | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: |
test program
Test picture |
||
|
Description
Thorsten Kukuk
2005-08-31 09:44:26 UTC
Created attachment 48278 [details]
test program
Created attachment 48279 [details]
Test picture
exif --show-mnote shows the same problem. there is the problem...
for (index=0; entries[index].tag <= i && entries[index].value && vs && !found;
i++) {
the fix itself is just s/i/index/ I however backported the whole canon makernote enhancements from HEAD CVS, I hope this is ok. The testcase works better now. submitted to STABLE. |