Revision: 40966
          http://brlcad.svn.sourceforge.net/brlcad/?rev=40966&view=rev
Author:   starseeker
Date:     2010-10-12 12:46:54 +0000 (Tue, 12 Oct 2010)

Log Message:
-----------
Remove stray array.  Going to need Windows specific code for hostname and 
username apparently - those two files are empty.

Modified Paths:
--------------
    brlcad/branches/cmake/misc/CMake/test_srcs/report_hostname.c.in

Modified: brlcad/branches/cmake/misc/CMake/test_srcs/report_hostname.c.in
===================================================================
--- brlcad/branches/cmake/misc/CMake/test_srcs/report_hostname.c.in     
2010-10-10 13:22:17 UTC (rev 40965)
+++ brlcad/branches/cmake/misc/CMake/test_srcs/report_hostname.c.in     
2010-10-12 12:46:54 UTC (rev 40966)
@@ -4,7 +4,6 @@
 int main(void) {
   int i;
   char hostname[chararraysize];
-  char username[chararraysize];
   FILE *outfp = NULL;
 
   hostname[chararraysize - 1] = "\0";


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

Reply via email to