nano-devel
[Top][All Lists]
Advanced

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

Re: [Nano-devel] [PATCH 2/2] wrapping: compare persistent line numbers i


From: David Ramsey
Subject: Re: [Nano-devel] [PATCH 2/2] wrapping: compare persistent line numbers inste
Date: Sun, 3 Dec 2017 20:56:21 -0600

Benno Schulenberg:
> This fully fixes https://savannah.gnu.org/bugs/?52576.

One minor issue in the patch:

+#ifdef ENABLE_WRAPPING
+           size_t was_lineno = openfile->current->lineno;
+#endif

Line numbers are stored as ssize_t, not size_t.



reply via email to

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