Mercurial > hg > xemacs-beta
diff lib-src/movemail.c @ 5937:9e308c7501d1 cygwin
6 years later, not sure about movemail
author | Henry Thompson <ht@markup.co.uk> |
---|---|
date | Thu, 02 Dec 2021 14:34:45 +0000 |
parents | 574f0cded429 |
children |
line wrap: on
line diff
--- a/lib-src/movemail.c Sun Dec 13 13:22:58 2015 +0000 +++ b/lib-src/movemail.c Thu Dec 02 14:34:45 2021 +0000 @@ -458,7 +458,7 @@ case FLOCKING: case LOCKING: #ifdef HAVE_FTRUNCATE - ftruncate (indesc, E0); + ftruncate (indesc, 0L); #else close (open (inname, O_CREAT | O_TRUNC | O_RDWR, 0666)); #endif