Re: Debugging Wine with Lightroom 3.5

2011-12-21 Thread roland65
OK, thanks for your help. I'll try this when I'll be back to home. RB - Mail original - De: "Frédéric Delanoy" À: rolan...@free.fr Cc: "Juan Lang" , wine-devel@winehq.org Envoyé: Mardi 20 Décembre 2011 12:28:57 Objet: Re: Debugging Wine with Lightroom 3.5 On Tue, Dec 20, 2011 at 10:04,

Re: [2/2] msvcr90: Implement fread_s.

2011-12-21 Thread Piotr Caban
On 12/21/11 16:49, Kusanagi Kouichi wrote: + if (bufsize / size< count) + { +_invalid_parameter(NULL, NULL, NULL, 0, 0); +fseek(fp, bufsize, SEEK_CUR); It's not correct to make a seek here. The file position changes you're observing is related to data being read to FILE buffer. This