diff options
| author | Paul Eggert | 2013-01-19 04:29:10 -0800 |
|---|---|---|
| committer | Paul Eggert | 2013-01-19 04:29:10 -0800 |
| commit | 21cd50b803cb63b66f81db0a18dbaac6d7269348 (patch) | |
| tree | 152c1e7f60b699d96a4fff886d2e837eafd9c0b5 /src/ChangeLog | |
| parent | 3908c57608307b139dd65fc51731f92436d6bd55 (diff) | |
| download | emacs-21cd50b803cb63b66f81db0a18dbaac6d7269348.tar.gz emacs-21cd50b803cb63b66f81db0a18dbaac6d7269348.zip | |
Fix size bug on DOS_NT introduced by CIFS workaround.
* fileio.c (Fwrite_region): Use O_BINARY in checking code, too.
Fixes: debbugs:13149
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c6bd70e2a04..57b36782697 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2013-01-19 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2013-01-19 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | Fix size bug on DOS_NT introduced by CIFS workaround (Bug#13149). | ||
| 4 | * fileio.c (Fwrite_region): Use O_BINARY in checking code, too. | ||
| 5 | |||
| 3 | Allow floating-point file offsets. | 6 | Allow floating-point file offsets. |
| 4 | Problem reported by Vitalie Spinu in | 7 | Problem reported by Vitalie Spinu in |
| 5 | <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00411.html>. | 8 | <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00411.html>. |