* src/text.c (do_alt_speller): timestamp can just be a __time_t.
Fixes compilation on win32.
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5153
35c25a1d-7b9e-4130-9fde-
d3aeb78583b8
+2015-02-25 Chris Allegretta <chrisa@asty.org>
+ * src/text.c (do_alt_speller): timestamp can just be a __time_t.
+ Fixes compilation on win32.
+
GNU nano 2.4.0 - 2015.03.22
2015-03-22 Benno Schulenberg <bensberg@justemail.net>
* src/chars.c (move_mbleft): Start looking for a multibyte char
ssize_t current_y_save = openfile->current_y;
ssize_t lineno_save = openfile->current->lineno;
struct stat spellfileinfo;
- __time_t timestamp;
+ time_t timestamp;
pid_t pid_spell;
char *ptr;
static int arglen = 3;