axiom-developer
[Top][All Lists]
Advanced

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

[Axiom-developer] 20070914.03.tpd.patch


From: daly
Subject: [Axiom-developer] 20070914.03.tpd.patch
Date: Fri, 14 Sep 2007 13:29:15 -0500

This patch fixes a typo in hyper.pamphlet due to bad bracing.

========================================================================
diff --git a/changelog b/changelog
index 849e125..04a20e2 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,4 @@
+20070914 wxh src/hyper/hyper fix bad bracing of )hd change
 20070914 tpd src/algebra/fraction.spad remove double )spool command
 20070914 tpd src/algebra/kl.spad remove double )spool command
 20070914 tpd src/algebra/lindep.spad remove double )spool command
diff --git a/src/hyper/hyper.pamphlet b/src/hyper/hyper.pamphlet
index 1e44d61..d9df6c2 100644
--- a/src/hyper/hyper.pamphlet
+++ b/src/hyper/hyper.pamphlet
@@ -948,12 +948,12 @@ make_server_connections(void)
        fprintf(stderr, "(HyperDoc) Warning: Not connected to AXIOM Server!\n");
        MenuServerOpened = 0;
     }
-    else
+    else {
      /* In order to allow hyperdoc restarts from the console we clean up
       * the socket on exit */
        atexit(&clean_socket);
        MenuServerOpened = 1;
-
+    }
 
     /*
      * If I have opened the MenuServer socket, then I should also try to open




reply via email to

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