axiom-developer
[Top][All Lists]
Advanced

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

Re: [Axiom-developer] 20070914.01.tpd.patch


From: Gabriel Dos Reis
Subject: Re: [Axiom-developer] 20070914.01.tpd.patch
Date: 14 Sep 2007 09:59:55 -0500

Waldek Hebisch <address@hidden> writes:

[...]

| >      else
| > -        MenuServerOpened = 1;
| > +     /* In order to allow hyperdoc restarts from the console we clean up
| > +      * the socket on exit */
| > +       atexit(&clean_socket);
| > +       MenuServerOpened = 1;
| >  
| >  
| >      /*
| 
| Tim, the above is wrong: you need braces (as I and Alfredo did) if
| you put multiple C statements in 'else' branch.

Which brings the question:  What was of the motivation of mutilating
the original patch?

-- Gaby




reply via email to

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