Thread: Fix compilation error with nmake introduced by 58ca764

Fix compilation error with nmake introduced by 58ca764

From
Michael Paquier
Date:
Hi all,

It happens that since commit 58ca764 nmake compilation fails:
execute.c(1323) : error C2232: '->drivers' :
left operand has 'struct' type, use '.'
I noticed that because of some builds showing a red flag. The attached
patch fixes that.
Regards,
--
Michael

Attachment

Re: Fix compilation error with nmake introduced by 58ca764

From
Heikki Linnakangas
Date:
On 06/23/2014 04:50 AM, Michael Paquier wrote:
> Hi all,
>
> It happens that since commit 58ca764 nmake compilation fails:
> execute.c(1323) : error C2232: '->drivers' :
> left operand has 'struct' type, use '.'
> I noticed that because of some builds showing a red flag. The attached
> patch fixes that.

Oops. Thanks, fixed.

- Heikki