Revision: 64304
http://sourceforge.net/p/brlcad/code/64304
Author: starseeker
Date: 2015-02-26 23:18:03 +0000 (Thu, 26 Feb 2015)
Log Message:
-----------
Oh yeah, return the ret var not just zero...
Modified Paths:
--------------
brlcad/trunk/src/libbn/polygon.c
Modified: brlcad/trunk/src/libbn/polygon.c
===================================================================
--- brlcad/trunk/src/libbn/polygon.c 2015-02-26 23:17:28 UTC (rev 64303)
+++ brlcad/trunk/src/libbn/polygon.c 2015-02-26 23:18:03 UTC (rev 64304)
@@ -609,7 +609,7 @@
BU_PUT(vertex_list, struct pt_vertex);
BU_PUT(lists, struct pt_lists);
- return 0;
+ return ret;
}
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits