Revision: 40954
http://brlcad.svn.sourceforge.net/brlcad/?rev=40954&view=rev
Author: starseeker
Date: 2010-10-08 18:18:06 +0000 (Fri, 08 Oct 2010)
Log Message:
-----------
Windows time.h doesn't have these two entries, and they aren't really needed -
comment out, confirm they can be removed on other platforms
Modified Paths:
--------------
brlcad/branches/cmake/misc/CMake/test_srcs/timedelta_end.c.in
Modified: brlcad/branches/cmake/misc/CMake/test_srcs/timedelta_end.c.in
===================================================================
--- brlcad/branches/cmake/misc/CMake/test_srcs/timedelta_end.c.in
2010-10-08 18:07:10 UTC (rev 40953)
+++ brlcad/branches/cmake/misc/CMake/test_srcs/timedelta_end.c.in
2010-10-08 18:18:06 UTC (rev 40954)
@@ -11,8 +11,8 @@
currenttime = localtime(&t);
infp = fopen("${DELTA_START}", "r");
outfp = fopen("${DELTA_END}", "w");
- starttime.tm_zone = currenttime->tm_zone;
- starttime.tm_gmtoff = currenttime->tm_gmtoff;
+/* starttime.tm_zone = currenttime->tm_zone;
+ starttime.tm_gmtoff = currenttime->tm_gmtoff;*/
fscanf(infp, "%d/%d/%d/%d/%d/%d/%d/%d/%d", &(starttime.tm_sec),
&(starttime.tm_min), &(starttime.tm_hour), &(starttime.tm_mday),
&(starttime.tm_mon), &(starttime.tm_year), &(starttime.tm_wday),
&(starttime.tm_yday), &(starttime.tm_isdst));
fclose(infp);
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3.
Spend less time writing and rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits