Opened 8 years ago
Closed 6 years ago
#338 closed defect (nochange)
Thumbnails: value of the cbValue field of the FEA2 structure is set incorrectly
Reported by: | Lewis Rosenthal | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.4.1 |
Component: | Backend | Version: | 1.4.0 |
Keywords: | Cc: |
Description
This was reported by Glassman while working on an issue for the ArcaOS FOC.
We should review the thumbnail creation code.
Change History (4)
comment:1 by , 8 years ago
comment:2 by , 8 years ago
cbValue is set here lucidethumps.cpp `211 *((short*)databufp) = (short)ea_data_len;
ea_data_len = thumbnailDataLen which is set at `364
long flen = filelength( h );thumbnailDataLen = flen;
h is the handle of the open temp file holding the thumbnail.
comment:3 by , 6 years ago
Milestone: | → 1.4.1 |
---|
comment:4 by , 6 years ago
Resolution: | → nochange |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
It looks correct to me. It is the size of the thumbnail file/buffer. Can you get more detail from him?