Revision: 45564
http://brlcad.svn.sourceforge.net/brlcad/?rev=45564&view=rev
Author: erikgreenwald
Date: 2011-07-21 13:56:06 +0000 (Thu, 21 Jul 2011)
Log Message:
-----------
fix signed/unsigned warning
Modified Paths:
--------------
brlcad/trunk/src/libbu/bomb.c
Modified: brlcad/trunk/src/libbu/bomb.c
===================================================================
--- brlcad/trunk/src/libbu/bomb.c 2011-07-21 11:19:16 UTC (rev 45563)
+++ brlcad/trunk/src/libbu/bomb.c 2011-07-21 13:56:06 UTC (rev 45564)
@@ -108,8 +108,7 @@
fd = open("/dev/tty", 1);
if (LIKELY(fd > 0)) {
if (str && (strlen(str) > 0)) {
- size_t len;
- ssize_t ret;
+ ssize_t len, ret;
len = strlen(str);
ret = write(fd, str, len);
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
5 Ways to Improve & Secure Unified Communications
Unified Communications promises greater efficiencies for business. UC can
improve internal communications as well as offer faster, more efficient ways
to interact with customers and streamline customer service. Learn more!
http://www.accelacomm.com/jaw/sfnl/114/51426253/
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits