David Thompson:
 |It appears that the invalid error shows up quite easily by just 
 |setting the values of Exclude to true in Include. For example, the 
 |following simple program cores the current CVS executive.

David,

The attached patch resolves the bug exposed by the network you mailed
(silly typo on my part).  I'll check it in later this evening.  CensusData
has some other problem though, which I'll look into later.

Randy

-- 
Randall Hopper (mailto:[EMAIL PROTECTED])
Lockheed Martin Operation Support
EPA Scientific Visualization Center
US EPA N127-01; RTP, NC 27711
--- src/exec/libdx/ORIG/invalid.c       Wed Sep 26 22:07:35 2001
+++ src/exec/libdx/invalid.c    Thu Feb 28 08:35:59 2002
@@ -2842,7 +2842,7 @@
             * mind.  If the marks indicate invalid, then we have
             * the easy case.
             */
-           if (handle->sense && IC_MARKS_INDICATE_VALID)
+           if (handle->sense == IC_MARKS_INDICATE_VALID)
            {
                for (li = 0; li < handle->nItems; li++)
                {

Reply via email to