From: SourceForge.net <no...@so...> - 2007-01-16 11:45:55
|
Bugs item #1636688, was opened at 2007-01-16 03:50 Message generated for change (Comment added) made by sdeasey You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=719006&aid=1636688&group_id=130646 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: naviserver - libnsd, libnsthread, nsd Group: Bug >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Martin Matuska (rebum) >Assigned to: Stephen Deasey (sdeasey) Summary: nsd/tcltime.c, 64-bit systems Initial Comment: nsd/tcltime.c 1.5 2006/11/16 15:31:03 sdeasey Line 91: if (sizeof(int) < sizeof(long)) { Tcl_Panic("NsTclInitObjs: sizeof(int) < sizeof(long)"); } sizeof(int)=4 and sizeof(long)=8 on 64-bit systems (Linux, FreeBSD, etc.), so this will always panic. Is this necessary? ---------------------------------------------------------------------- >Comment By: Stephen Deasey (sdeasey) Date: 2007-01-16 04:45 Message: Logged In: YES user_id=87254 Originator: NO The test isn't necessary. Fixed, thanks. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=719006&aid=1636688&group_id=130646 |