Opened 7 years ago

Closed 5 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 Changed 7 years ago by Gregg Young

It looks correct to me. It is the size of the thumbnail file/buffer. Can you get more detail from him?

comment:2 Changed 7 years ago by Gregg Young

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 Changed 5 years ago by Gregg Young

Milestone: 1.4.1

comment:4 Changed 5 years ago by Gregg Young

Resolution: nochange
Status: newclosed
Note: See TracTickets for help on using tickets.