This is the mail archive of the insight@sourceware.org mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Compliancy to windows 64bit


Hi...

Keith Seitz <keiths@redhat.com> wrote on 30.03.2012 00:56:53:

> Wow, I had no idea we were harboring such evil code... Passing host
> pointers into the interpreter and back again. Eeeew! [Alas, this portion
> of insight is probably about the oldest...] This whole thing should have
> been done some other way. [But that's probably not the comment you're
> attempting to elicit. :-)]
;-)

> Just a nit:
> > -  arguments = (long) clientData;
> > +  arguments = clientData!=NULL?1:0;
> This isn't formatted properly. It should be:
>
> arguments = clientData != NULL ? 1 : 0;
Fixed that on commit.

> Okay with that change.
I also updated copyright years in the 2 files touched by my changes and mentioned that in Changelog.


Roland


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]