On 07/19/12 13:15, Vincent Torri wrote:
> i don't understand your commit wrt your explanation. I think that the
> problem is here : memcpy(&data, &coord, sizeof(coord));

pointer size depends of arch

> i would have done : memcpy(data, coord, sizeof(coord));

Indeed cleaner and more portable. Committed!

> Vincent
> 
> On Thu, Jul 19, 2012 at 1:09 PM, Jérôme Pinot <ngc...@gmail.com> wrote:
> > On 07/18/12 10:18, Daniel Juyung Seo wrote:
> >> Looks great!
> >> But it crashed when I clicked my mouse.
> >> I built elemies without sound support.
> >>
> >> Here is the backtrace.
> >> http://slexy.org/view/s2tFeewyv1
> >> x is 5 and y is 4363412 in the following code.
> >>     if (ev->button == 1 && matrix[x][y][2] == 0)
> >
> > Thanks for report and test. It appears to be a problem with 32bits
> > systems. Commit fdcb00be1145488e5c5e48238ef6c2ead4dbb9f6 in the
> > git repository fixes it.
> >
> >> Daniel Juyung Seo (SeoZ)
> >>
> >> On Wed, Jul 18, 2012 at 12:59 AM, Vincent Torri <vincent.to...@gmail.com> 
> >> wrote:
> >> > On Tue, Jul 17, 2012 at 5:33 PM, Jérôme Pinot <ngc...@gmail.com> wrote:
> >> >> On 07/17/12 12:47, jls legalize wrote:
> >> >>> Thank you very much Cedric
> >> >>> Where can I find this app? I tried searching but I cannot find it.
> >> >>
> >> >> It is not released yet, but you can give it a try. To test the sound,
> >> >> you must compile with --enable-sound and have recent EFL.
> >> >>
> >> >> http://ngc891.blogdns.net/cgit/elemines.git/

-- 
Jérôme Pinot
http://ngc891.blogdns.net/

Attachment: signature.asc
Description: Digital signature

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to