On Tue, Oct 30, 2012 at 08:22:25PM -0400, Richard Hipp wrote: > On Tue, Oct 30, 2012 at 8:18 PM, Steve Bennett <[email protected]>wrote: > > > On 31/10/2012, at 10:11 AM, Richard Hipp wrote: > > > > Please try the latest and let me know whether or not the problem is > > fixed. Tnx for the report. > > > > > > Regarding your latest commit, I've run across this on 64 bit too. > > The problem is the '0' at the end of the variable args. > > Use NULL instead, otherwise you only get a 32 bit zero value instead of 64 > > bit. > > > > I bet you're right. I've previously made the same mistake using using > Tcl_AppendResult().... > >
Yeah I'm running amd64, so definitely 64bit over here. > > > > Cheers, > > Steve > > > > > > Embedded Systems Specialists - http://workware.net.au/ > > WorkWare Systems Pty Ltd > > W: www.workware.net.au P: +61 434 921 300 > > E: [email protected] F: +61 7 3391 6002 > > > -- > D. Richard Hipp > [email protected] -- James Turner [email protected] _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

