axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Axiom-developer] mac


From: Camm Maguire
Subject: [Axiom-developer] mac
Date: Thu, 17 Jul 2014 11:38:58 -0400

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                                        address@hidden
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah



reply via email to

[Prev in Thread] Current Thread [Next in Thread]