emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] master 10f2f8a 01/01: * gnutls.c (Fgnutls_peer_status)


From: Stefan Monnier
Subject: Re: [Emacs-diffs] master 10f2f8a 01/01: * gnutls.c (Fgnutls_peer_status): Check GNUTLS_INITSTAGE, not gnutls_p.
Date: Tue, 25 Nov 2014 09:55:58 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

> -  if (XPROCESS (proc)->gnutls_p == 0)
> +  if ( GNUTLS_INITSTAGE (proc) < GNUTLS_STAGE_INIT )

Nitpick for next time: our convention is to put spaces outside parens,
but not inside them.


        Stefan



reply via email to

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