Revision: 55016
http://brlcad.svn.sourceforge.net/brlcad/?rev=55016&view=rev
Author: carlmoore
Date: 2013-04-02 21:40:06 +0000 (Tue, 02 Apr 2013)
Log Message:
-----------
minimum number of arguments (including the function name) is 4, and remove a
blank line to compare to chan_mult.c
Modified Paths:
--------------
brlcad/trunk/src/anim/chan_add.c
Modified: brlcad/trunk/src/anim/chan_add.c
===================================================================
--- brlcad/trunk/src/anim/chan_add.c 2013-04-02 21:31:31 UTC (rev 55015)
+++ brlcad/trunk/src/anim/chan_add.c 2013-04-02 21:40:06 UTC (rev 55016)
@@ -39,8 +39,7 @@
double addend, temp;
int i, j, doit, of, count, val, *col_list;
-
- if (argc < 3) {
+ if (argc < 4) {
fprintf(stderr, "Usage: chan_add value num_columns column [column ...]
< in.file > out.file\n");
return -1;
}
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire
the most talented Cisco Certified professionals. Visit the
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits