Revision: 41413
          http://brlcad.svn.sourceforge.net/brlcad/?rev=41413&view=rev
Author:   davidloman
Date:     2010-11-22 13:24:16 +0000 (Mon, 22 Nov 2010)

Log Message:
-----------
Downgrade the long to an int cause we don't need to use that much integer.

Modified Paths:
--------------
    rt^3/trunk/tests/libpkgcpp/pkgcppTest.cxx

Modified: rt^3/trunk/tests/libpkgcpp/pkgcppTest.cxx
===================================================================
--- rt^3/trunk/tests/libpkgcpp/pkgcppTest.cxx   2010-11-22 13:20:58 UTC (rev 
41412)
+++ rt^3/trunk/tests/libpkgcpp/pkgcppTest.cxx   2010-11-22 13:24:16 UTC (rev 
41413)
@@ -275,7 +275,7 @@
 
   Logger::getInstance()->logINFO("PkgCppTest", "Sending HELO to server.\n");
 
-  long bytes = 0;
+  int bytes = 0;
 
   //Send a HELO
   bytes = connToServer->send(PKGCPP_HELO, CLIENT_NAME, strlen(CLIENT_NAME) + 
1);


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/msIE9-sfdev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to