Opened 17 years ago
Closed 14 years ago
#135 closed defect (fixed)
EA LUCIDE_THUMBNAIL is semi broken
Reported by: | guest | Owned by: | ktk |
---|---|---|---|
Priority: | minor | Milestone: | 1.3.3 |
Component: | Lucide Core | Version: | |
Keywords: | EA extended attributes | Cc: |
Description
The extended attribute LUCIDE_THUMBNAIL is not written correctly. According to "Control Program Guide and Reference" the data must be preceded by a type word (e.g. EAT_BINARY or a user defined one) and should be preceded by a length word (in fact I never saw an EA without the length). See section "Extended Attribute Data Type Conventions". The current structure of the EA will probably break some EA reading functions.
This can be seen with V1.20.
Change History (4)
comment:1 by , 16 years ago
Milestone: | → 1.2 |
---|---|
Version: | 1.0 Beta 3 |
comment:2 by , 16 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 15 years ago
Priority: | critical → minor |
---|
comment:4 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
(In [458]) possible fixed ticket:135