Revision: 65587
          http://sourceforge.net/p/brlcad/code/65587
Author:   starseeker
Date:     2015-07-12 00:53:59 +0000 (Sun, 12 Jul 2015)
Log Message:
-----------
Make it easier to search for Tcl instances

Modified Paths:
--------------
    brlcad/trunk/src/librt/primitives/bot/bot.c

Modified: brlcad/trunk/src/librt/primitives/bot/bot.c
===================================================================
--- brlcad/trunk/src/librt/primitives/bot/bot.c 2015-07-12 00:53:00 UTC (rev 
65586)
+++ brlcad/trunk/src/librt/primitives/bot/bot.c 2015-07-12 00:53:59 UTC (rev 
65587)
@@ -2228,7 +2228,7 @@
 
            if (argv[0][2] == '\0') {
                if (bu_argv_from_tcl_list(argv[1], &len, (const char 
***)&obj_array) != 0) {
-                   bu_vls_printf(logstr, "Tcl list parse error.", len);
+                   bu_vls_printf(logstr, "tcl list parse error.", len);
                    return BRLCAD_ERROR;
                }
                if ((size_t)len != bot->num_faces || len <= 0) {
@@ -2339,7 +2339,7 @@
 
            if (argv[0][1] == '\0') {
                if (bu_argv_from_tcl_list(argv[1], &len, (const char 
***)&obj_array) != 0) {
-                   bu_vls_printf(logstr, "Tcl list parse error.", len);
+                   bu_vls_printf(logstr, "tcl list parse error.", len);
                    return BRLCAD_ERROR;
                }
                if (len <= 0) {
@@ -2408,7 +2408,7 @@
 
            if (argv[0][1] == '\0') {
                if (bu_argv_from_tcl_list(argv[1], &len, (const char 
***)&obj_array) != 0) {
-                   bu_vls_printf(logstr, "Tcl list parse error.", len);
+                   bu_vls_printf(logstr, "tcl list parse error.", len);
                    return BRLCAD_ERROR;
                }
                if (len <= 0) {
@@ -2472,7 +2472,7 @@
 
            if (argv[0][1] == '\0') {
                if (bu_argv_from_tcl_list(argv[1], &len, (const char 
***)&obj_array) != 0) {
-                   bu_vls_printf(logstr, "Tcl list parse error.", len);
+                   bu_vls_printf(logstr, "tcl list parse error.", len);
                    return BRLCAD_ERROR;
                }
                if (len <= 0) {
@@ -2595,7 +2595,7 @@
 
            if (argv[0][1] == '\0') {
                if (bu_argv_from_tcl_list(argv[1], &len, (const char 
***)&obj_array) != 0) {
-                   bu_vls_printf(logstr, "Tcl list parse error.", len);
+                   bu_vls_printf(logstr, "tcl list parse error.", len);
                    return BRLCAD_ERROR;
                }
                if (len <= 0) {
@@ -2682,7 +2682,7 @@
            }
        } else if (BU_STR_EQUAL(argv[0], "flags")) {
            if (bu_argv_from_tcl_list(argv[1], &len, (const char 
***)&obj_array) != 0) {
-               bu_vls_printf(logstr, "Tcl list parse error.", len);
+               bu_vls_printf(logstr, "tcl list parse error.", len);
                return BRLCAD_ERROR;
            }
            bot->bot_flags = 0;

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to