Revision: 77860
          http://sourceforge.net/p/brlcad/code/77860
Author:   starseeker
Date:     2020-12-02 01:15:45 +0000 (Wed, 02 Dec 2020)
Log Message:
-----------
Put the symbol count back to the value in trunk - let's see if we can get back 
down to that count.

Modified Paths:
--------------
    brlcad/branches/extbuild/regress/repository/repocheck.cpp
    brlcad/branches/extbuild/src/libbu/tbl.c

Modified: brlcad/branches/extbuild/regress/repository/repocheck.cpp
===================================================================
--- brlcad/branches/extbuild/regress/repository/repocheck.cpp   2020-12-02 
01:14:10 UTC (rev 77859)
+++ brlcad/branches/extbuild/regress/repository/repocheck.cpp   2020-12-02 
01:15:45 UTC (rev 77860)
@@ -63,7 +63,7 @@
 bu_strnstr(const char *h, const char *n, size_t hlen);
 
 #define MAX_LINES_CHECK 500
-#define EXPECTED_PLATFORM_SYMBOLS 246
+#define EXPECTED_PLATFORM_SYMBOLS 243
 
 class repo_info_t {
     public:

Modified: brlcad/branches/extbuild/src/libbu/tbl.c
===================================================================
--- brlcad/branches/extbuild/src/libbu/tbl.c    2020-12-02 01:14:10 UTC (rev 
77859)
+++ brlcad/branches/extbuild/src/libbu/tbl.c    2020-12-02 01:15:45 UTC (rev 
77860)
@@ -236,8 +236,15 @@
        }
     }
 
+    if (!last)
+       return tbl;
+
     zeros = 0;
     last += 2;
+
+    if (!last)
+       return tbl;
+
     while ((*last == '\0' || *last == '|')) {
        zeros++;
        last++;

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



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to