Greetings!   viewman mac fix:

--- bookvol8.pamphlet~  2014-07-10 13:21:20.000000000 -0500
+++ bookvol8.pamphlet   2014-07-17 10:32:44.000000000 -0500
@@ -6919,7 +6919,7 @@
        } /* else - not closing */
       } /* if checkButton */
     } /* if FD_ISSET(Xcon.... */
-    else if FD_ISSET(0,&rd) {
+    else if (FD_ISSET(0,&rd)) {
       externalControl=spadAction(); /* returns (-1) if broken ,0 if success */
       if (spadDraw && (externalControl==0)) drawViewport(Xoption);
     }
@@ -14542,7 +14542,7 @@
        }  /* else - not closing */
       }          /* if checkButton */
     } /* if FD_ISSET(Xcon,.. */
-    else if FD_ISSET(0,&rd) {
+    else if (FD_ISSET(0,&rd)) {
       externalControl = spadAction();
       if (spadDraw && (externalControl==0)) drawViewport(Xoption);
     }

continuing the build...

-- 
Camm Maguire                                        c...@maguirefamily.org
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah

_______________________________________________
Axiom-developer mailing list
Axiom-developer@nongnu.org
https://lists.nongnu.org/mailman/listinfo/axiom-developer

Reply via email to